Search found 6 matches

by Jorge Garcia
17 May 2024, 20:21
Forum: Titan Web API
Topic: Get fixture attribute function name
Replies: 2
Views: 417

Re: Get fixture attribute function name

Thanks Gregory I have checked and it seems to work for all attributes I have tried, except with Pattern attribute in Gobos. In this case level = functionId - 1 doesn't match!!! For example if I select PatternFunc 'Spin' I get this values int 'Pattern' attributes (values changes when changing Pattern...
by Jorge Garcia
30 Apr 2024, 09:53
Forum: Titan Web API
Topic: Get fixture attribute function name
Replies: 2
Views: 417

Get fixture attribute function name

Hello After selecting the fixtures and set the context attribute with: http://localhost:4430/titan/script/2/Programmer/Editor/Fixtures/SetContextAttributeFromId?attributeId=32 I can get the function Id and the function type: http://[ip]:4430/titan/get/2/Programmer/Editor/Fixtures/ContextAttribute/Fu...
by Jorge Garcia
23 Apr 2024, 19:09
Forum: Titan Web API
Topic: Get fixture attribute value
Replies: 2
Views: 970

Re: Get fixture attribute value

It works like a charm, thanks a lot Gregory!!! :-)
by Jorge Garcia
19 Apr 2024, 00:36
Forum: Titan Web API
Topic: Get fixture attribute value
Replies: 2
Views: 970

Get fixture attribute value

Hello

I have read in this forum that I can set an attribute value for selected fixtures with this API:

http://localhost:4430/titan/script/2/Pr ... lValueById

It works great.

There's any possibility to also get the current attribute value for selected fixtures?

Thanks!
by Jorge Garcia
13 Apr 2024, 14:49
Forum: Titan Web API
Topic: How set CurrentPaletteHandle property with Web APIs?
Replies: 3
Views: 845

How set CurrentPaletteHandle property with Web APIs?

I'm trying WEB APIS, and tried to set current palette for operations, like deletion of a palette, or replace a palette, for example. I know in a MACRO I can use this API ActionScript.SetProperty("Palette.CurrentPaletteHandle", handle:"Location=Colours,2,2") But how must I use thi...