Select more than one fixture with userNumbers or titanId

Discussion and chat related to developing interfaces to the Titan software using the web API.

Moderator: Moderators

Hieason
Posts: 1
Joined: 15 Aug 2025, 03:23

Select more than one fixture with userNumbers or titanId

Postby Hieason » 15 Aug 2025, 03:41

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
User avatar
Gregory
Posts: 1379
Joined: 14 Dec 2007, 15:25
Location: London, United Kingdom
Contact:

Re: Select more than one fixture with userNumbers or titanId

Postby Gregory » 15 Aug 2025, 20:56

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.
icke_siegen
Posts: 1135
Joined: 02 Jul 2010, 10:29
Location: Siegen, Germany
Contact:

Re: Select more than one fixture with userNumbers or titanId

Postby icke_siegen » 18 Aug 2025, 09:36

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).

Who is online

Users browsing this forum: No registered users and 78 guests