so i want to control more than onw fixture in the same time but i don't know what is the group and handleIndexList refer to in this link http://[ip]:4430/titan/script/2/Selection/Context/Global/SelectFixtures?group={string}&handleIndexList={}
and i want to select them with their userNumbers or titanId
anyone can teach me to do it please
Select more than one fixture with userNumbers or titanId
Moderator: Moderators
Re: Select more than one fixture with userNumbers or titanId
The SelectFixtures function takes a handle group string which refers to an area of buttons or faders on the console along with a list of 0-based indexes for the handles within that group. There is a list of handle groups on this Wiki page.
If you want to select using Titan IDs you can use SelectFixturesWithTitanIds.
In theory it should be possible to select via user numbers using either SelectFixturesFromHandles or SelectFixtureHandles although I'm not at a computer currently to check the exact format.
If you want to select using Titan IDs you can use SelectFixturesWithTitanIds.
In theory it should be possible to select via user numbers using either SelectFixturesFromHandles or SelectFixtureHandles although I'm not at a computer currently to check the exact format.
-
- Posts: 1135
- Joined: 02 Jul 2010, 10:29
- Location: Siegen, Germany
- Contact:
Re: Select more than one fixture with userNumbers or titanId
I tried Gregory's examples, and while some yield in errors like 'cannot cast...', this one does work:
http://localhost:4431/titan/script/2/Selection/Context/Global/SelectFixturesFromHandles?handleList_userNumberList=1,2,3
You see a little caveat here: I am using port 4431, in order to have my sselection reflect in Titan's GUI. In order for this to work you need to add two lines to a config file (see https://avosupport.de/wiki/_media/api_ui_port.pdf for details).
http://localhost:4431/titan/script/2/Selection/Context/Global/SelectFixturesFromHandles?handleList_userNumberList=1,2,3
You see a little caveat here: I am using port 4431, in order to have my sselection reflect in Titan's GUI. In order for this to work you need to add two lines to a config file (see https://avosupport.de/wiki/_media/api_ui_port.pdf for details).
Who is online
Users browsing this forum: No registered users and 78 guests