Search found 182 matches

by sideshowbond
07 Nov 2018, 11:50
Forum: Titan Web API
Topic: Web API in Version 11.1
Replies: 13
Views: 43839

Re: Web API in Version 11.1

fair enough :)

As I said the API syntax is not quite clear and I am not sure how to format the titanId for API. It is somewhere to do with trackId, trackHandleID but I haven't figured out how to format that. I hope Greg reads this and lets us know.
by sideshowbond
07 Nov 2018, 11:19
Forum: Avolites Consoles
Topic: Macro changing BPM Master Speed
Replies: 3
Views: 2886

Re: Macro changing BPM Master Speed

I know that Greg already gave you a solution but there is a way of quickly doubling up or halving BPM Masters using a macro to set its multiplier
http://www.avolites.de/wiki/macros:example:bpmmasters
by sideshowbond
07 Nov 2018, 11:15
Forum: Titan Web API
Topic: Web API in Version 11.1
Replies: 13
Views: 43839

Re: Web API in Version 11.1

I am somewhat surprised that the macro works as the chance of a exemplary TitanID actually matching real life is as big as winning the lottery. Anyhow you should read the notes in the Wiki page http://www.avolites.de/wiki/macros:example:firesetlisttrack There also is a link to Sebastians Showfile Pa...
by sideshowbond
07 Nov 2018, 10:09
Forum: Titan Web API
Topic: Web API in Version 11.1
Replies: 13
Views: 43839

Re: Web API in Version 11.1

can you post the exact code of the API command you are using? Hard to tell what could be wrong without knowing what you do
by sideshowbond
07 Nov 2018, 09:42
Forum: Titan Macro Library
Topic: Group.StoreGroupReplace
Replies: 1
Views: 4495

Group.StoreGroupReplace

I am looking for a way to store a group with the following conditions: Store the group if it doesn't exist Replace the group if it already exists I tried Group.StoreGroupReplace(Handles.GetTitanIdFromHandle("groupHandleUN=999")) to replace Group 999 but that didn't work. In fact it didn't ...
by sideshowbond
07 Nov 2018, 06:19
Forum: Avolites Consoles
Topic: Tracking issue - scrollers and LED fixtures
Replies: 1
Views: 2053

Re: Tracking issue - scrollers and LED fixtures

What happens if you fire the cuelist a second time or respectively go back.even further to n-y where the last colour change before the one in cue n. Also changing the behaviour of your clear button (to "release to playback values") might help. I can only guess here but I assume the colour ...
by sideshowbond
06 Nov 2018, 20:11
Forum: Titan Macro Library
Topic: OnOffAttributeSelected
Replies: 5
Views: 6541

Re: OnOffAttributeSelected

Brilliant, thank you!

Is there a list of the different maskIds?
by sideshowbond
06 Nov 2018, 17:59
Forum: Titan Macro Library
Topic: OnOffAttributeSelected
Replies: 5
Views: 6541

Re: OnOffAttributeSelected

great, thank you. This is to set specific attributes on or off, right? How would I go about an attribute group? I mean I got that as a recorded macro which works perfectly fine yet I am curious.
by sideshowbond
05 Nov 2018, 11:00
Forum: Titan Macro Library
Topic: custom macro question
Replies: 3
Views: 5507

Re: custom macro question

one thing still to mention: this macro only works when there is a group 999 already existing. It does not record a new group.
by sideshowbond
05 Nov 2018, 10:45
Forum: Titan Macro Library
Topic: OnOffAttributeSelected
Replies: 5
Views: 6541

OnOffAttributeSelected

http://api.avolites.com/11.0/Programmer.Editor.Fixtures.OnOffAttributeSelected.html Programmer.Editor.Fixtures.OnOffAttributeSelected(MenuItem item, Boolean on) I am trying to figure out how to set attribute values either on or off using a coded macro. I came across the function in the link however...
by sideshowbond
05 Nov 2018, 10:42
Forum: Titan Macro Library
Topic: custom macro question
Replies: 3
Views: 5507

Re: custom macro question

in the attached xml there macros to set colour values on or off in blind and store that into a palette. It uses group number 999 (can even be unassigned) to transfer fixture selection from live to blind and records the values into palette number 999 (you can of course change those in notepad++). One...
by sideshowbond
03 Nov 2018, 08:59
Forum: Titan Macro Library
Topic: custom macro question
Replies: 3
Views: 5507

Re: custom macro question

Hi Pascal, I'll just quickly post what I got so far. It is a mix of recorded and coded macros. I'll try and edit the recorded to API syntax as well at a point but for now it works so far. <!-- delete group 999 --> <step pause="0.001">Menu.Stack.PushOrReloadMenu("Primary", "E...
by sideshowbond
29 Oct 2018, 00:06
Forum: Avolites Consoles
Topic: Mode 2 fader
Replies: 2
Views: 2434

Re: Mode 2 fader

As Greg suggests autoloading mode 2 playbacks would work. Another way would be recording cues as single frame key frame shapes and set shape size to fader.
by sideshowbond
26 Sep 2018, 23:33
Forum: Avolites TitanOne Support
Topic: Downgrading Titan One
Replies: 2
Views: 4138

Re: Downgrading Titan One

as Nic says. You need to completely uninstall Titan and reinstall v9.

If you wanna run v11 alongside v9 on your Titan One laptop you could try a tool called Titan Switch which you can find on avolites.de. Make sure to install the lower version first though.
by sideshowbond
22 Aug 2018, 17:00
Forum: Titan Macro Library
Topic: Workspace Page as SourceHandle
Replies: 3
Views: 5737

Workspace Page as SourceHandle

I am trying to label workspace pages via macro. I am wondering how I could possibly set a workspace page to be the SourceHandle.