Search found 182 matches

by sideshowbond
03 Jan 2019, 21:51
Forum: Titan Macro Library
Topic: XML Macro exporting and editing
Replies: 1
Views: 4071

Re: XML Macro exporting and editing

hello mate,

what exactly do you wanna make easier? Recorded and exported macros will always look the way you experienced as they are simply a sequence of button presses so I doubt there is a way to make them easier to edit.

What exactly do you want to achieve with your macros?
by sideshowbond
03 Jan 2019, 21:15
Forum: Titan Macro Library
Topic: Fan Curve active binding
Replies: 7
Views: 7750

Re: Fan Curve active binding

awesome, thank you Greg. I've added this all up and put this together as some fan macros. I've noticed that when a property is set when starting Titan the corresponding macro will not fire the active binding. Same with the stock palette fade and overlap macros. Is that just the way it is or is there...
by sideshowbond
02 Jan 2019, 17:11
Forum: Titan Macro Library
Topic: Fan Curve active binding
Replies: 7
Views: 7750

Re: Fan Curve active binding

Thanks Greg. One of the converters I tried actually was Math.EqualityConverter (I tried various converters) however the main mistake I made was scripting active binding into the sequence. Silly me... now it works for Segments too :-) I don't seem to get it to work for Group Options though. <active b...
by sideshowbond
01 Jan 2019, 11:43
Forum: Titan Macro Library
Topic: select all running shapes
Replies: 4
Views: 5961

select all running shapes

you can live edit shpaes that are currently running from playbacks. Is there a way to select all running shapes via macro? Editor.Shapes.ConnectShapesRunning() only tells me wether there are shapes running but doesn't select them. I've found macros to select shapes in the programmer but not the ones...
by sideshowbond
01 Jan 2019, 11:33
Forum: General Discussion
Topic: Do you have any pets?
Replies: 0
Views: 8872

Re: Do you have any pets?

can we please delete this post before anyone clicks on this link? And swing Kade's banhammer on that profile?
by sideshowbond
28 Dec 2018, 09:35
Forum: Avolites Consoles
Topic: TT simulator
Replies: 3
Views: 2843

Re: TT simulator

this should in theory work for the TT Simulator as well as that is part of the same package as TiMo and T1. I use it with T1 Sim for testing and preprogramming and works like a charm.

Even when running the actual show on a TT1 I'd use the T1 simulator as it has the buttons and faders on screen...
by sideshowbond
27 Dec 2018, 20:32
Forum: Avolites Consoles
Topic: TT simulator
Replies: 3
Views: 2843

Re: TT simulator

there is a tool under https://www.avolites.de/support-downloads/titan-switch that let's you install multiple versions side by side. Most important thing to know: you have to start installing the PC Suite with the lowest version number you want to use (e.g. 9.1 first, then pull the version into the S...
by sideshowbond
25 Dec 2018, 15:52
Forum: Avolites TitanOne Support
Topic: HTP and LTP fader problem
Replies: 4
Views: 5478

Re: HTP and LTP fader problem

creative use of key frame shapes: - record dimmer and position as a key frame shape with only one frame (you can record both intensity and position into the same frame). Record strobe the "regular" way. - set your playback to mode 2 (for the strobe to fade) and shape size to fixed (for pos...
by sideshowbond
21 Dec 2018, 01:24
Forum: Titan Macro Library
Topic: Fan Curve active binding
Replies: 7
Views: 7750

Fan Curve active binding

I made a few macros for fan curve like Programmer.Editor.Fixtures.Fan.SelectCurve("Mirror") Is there a way to get active binding to work for those macros. I tried various things along <active binding="{propertyLink id='Programmer.Editor.Fixtures.Fan.Select(ed)Curve' converter='Math.To...
by sideshowbond
21 Dec 2018, 00:35
Forum: Titan Macro Library
Topic: Key Fram Shape Direction
Replies: 1
Views: 4800

Key Fram Shape Direction

I managed to make direction work via macros <step>ActionScript.SetProperty.Enum("Selection.Context.Programmer.Direction", "None")</step> <step>ActionScript.SetProperty.Enum("Selection.Context.Global.Direction", "None")</step> <step>ActionScript.SetProperty.Enu...
by sideshowbond
19 Nov 2018, 21:28
Forum: Avolites Consoles
Topic: On the fly colour changes
Replies: 3
Views: 2578

Re: On the fly colour changes

you could use the fixtures and playbacks window
by sideshowbond
19 Nov 2018, 21:24
Forum: Avolites TitanOne Support
Topic: Cue List Flash and scroll function
Replies: 2
Views: 3882

Re: Cue List Flash and scroll function

2 ways to achieve this: - record every cue as a key frame shape, set shape size on fader for the cuelist - autoload mode 2 playbacks in your cuelist (record every cue as a standalone playback and autoload). Can't remember if you need to set shape size to fader as well this way Both work with blue bu...
by sideshowbond
14 Nov 2018, 10:55
Forum: Titan Web API
Topic: Web API in Version 11.1
Replies: 13
Views: 41502

Re: Web API in Version 11.1

oops, I think I might know why this is, I cannot tell for sure though. Greg please correct me if I'm wrong. To my knowledge API is treated like another console (which is why you cannot bring a fixture selection into the programmer on the actual console via API) and as such API probably uses another ...
by sideshowbond
14 Nov 2018, 09:19
Forum: Titan Web API
Topic: Web API in Version 11.1
Replies: 13
Views: 41502

Re: Web API in Version 11.1

http://api.avolites.com/11.0/UserMacros.RecallMacroById.html
MacroId references to the macro id in your custom macros (e.g. UserMacro.fire18)
by sideshowbond
07 Nov 2018, 16:32
Forum: Titan Macro Library
Topic: calling Capture cameras via macro
Replies: 1
Views: 4180

calling Capture cameras via macro

Is there a way to recall a user generated view/camera via macro? Sebastian found out how to call the factory ones Visualiser.Capture.UpdatePosition(Windows.Visualiser.Capture.CameraPositions, Windows.Visualiser.Capture.SelectedCamera, CaptureCameraPositions.GetPresetPosition(Math.ToEnum("Avolit...