Select more than one fixture with userNumbers or titanId
Posted: 15 Aug 2025, 03:41
by Hieason
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
Re: Select more than one fixture with userNumbers or titanId
Posted: 15 Aug 2025, 20:56
by Gregory
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.
Re: Select more than one fixture with userNumbers or titanId
Posted: 18 Aug 2025, 09:36
by icke_siegen
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,3You 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).