Search found 182 matches

by sideshowbond
27 Apr 2019, 19:13
Forum: Avolites Consoles
Topic: Release attributes not releasing over time
Replies: 3
Views: 3280

Re: Release attributes not releasing over time

this sounds like a bug I reported which is going to be fixed in the next release
by sideshowbond
27 Apr 2019, 19:12
Forum: Titan Macro Library
Topic: Park Selected Fixtures
Replies: 1
Views: 8629

Park Selected Fixtures

I am trying to park selected fixtures via macro. I tried <step>Programmer.Editor.Selection.GetSelectedHandles("Windows.PatchView.Handles")</step> <step>Patch.Repatch.ParkSelectedFixtures()</step> as <step>Programmer.Editor.Selection.GetSelectedHandles("Windows.PatchView.Handles")...
by sideshowbond
25 Apr 2019, 09:19
Forum: Avolites Consoles
Topic: Palette Overlap
Replies: 18
Views: 11296

Re: Palette Overlap

so it's the direction feature which has to be finished I guess...
by sideshowbond
19 Apr 2019, 17:36
Forum: Avolites Consoles
Topic: Palette Overlap
Replies: 18
Views: 11296

Re: Palette Overlap

as for your macros: I already made them https://www.avolites.de/wiki/macros:example:programmerdirection Shame direction isn't working the way it is meant to be. I knew you can't save direction to cues but wasn't aware it didn't work properly for palettes either (I run all my shows off cuelists and p...
by sideshowbond
18 Apr 2019, 22:48
Forum: Avolites Consoles
Topic: Palette Overlap
Replies: 18
Views: 11296

Re: Palette Overlap

Interesting, works for me.
Select group, change direction, set master fade and overlap, apply palette. If the group has no edited order it'll just be ordered automatically (selection order) which will also be its generic layout (I'd change the layout rather than the fixture order in this case).
by sideshowbond
18 Apr 2019, 11:19
Forum: Avolites Consoles
Topic: Palette Overlap
Replies: 18
Views: 11296

Re: Palette Overlap

press and hold clear and go into clear option. You can select if clear should clear the direction as well.
by sideshowbond
18 Apr 2019, 11:05
Forum: Avolites Consoles
Topic: Palette Overlap
Replies: 18
Views: 11296

Re: Palette Overlap

there is an option called 'Direction' in the pattern selection menu (All/Odd/Even)
by sideshowbond
16 Apr 2019, 00:06
Forum: Titan Macro Library
Topic: Set BPM Multiplier
Replies: 8
Views: 10208

Re: Set BPM Multiplier

Brilliant, thank you both :)
by sideshowbond
15 Apr 2019, 17:34
Forum: Titan Macro Library
Topic: Set BPM Multiplier
Replies: 8
Views: 10208

Re: Set BPM Multiplier

I get
Unable to cast object of type 'System.Int32' to type 'Avolites.Titan.Controllers.Handles.Handle'


I'm using

Code: Select all

ActionScript.SetProperty("Masters.SelectedMaster",1612)
by sideshowbond
15 Apr 2019, 17:08
Forum: Titan Macro Library
Topic: Set BPM Multiplier
Replies: 8
Views: 10208

Re: Set BPM Multiplier

I'll have a look at it tomorrow. I guess my problem lies a little with more than one macro attached to one cue plus link with previous cue which doesn't leave time between macros to be run.
by sideshowbond
15 Apr 2019, 16:54
Forum: Titan Macro Library
Topic: Set BPM Multiplier
Replies: 8
Views: 10208

Re: Set BPM Multiplier

does that double the value or set it fixed at 2?
by sideshowbond
15 Apr 2019, 14:58
Forum: Titan Macro Library
Topic: Set BPM Multiplier
Replies: 8
Views: 10208

Set BPM Multiplier

I'm trying to set BPM multipliers to specific values rather than use double or half. Masters.SetSpeed sets the multipler to some value when the master itself is set to 'multiplier on fader' but that doesn't really prove helpful as I set BPM via macro too. There a way to make this work? Double or hal...
by sideshowbond
10 Apr 2019, 20:21
Forum: Avolites Consoles
Topic: Keyframe Master
Replies: 3
Views: 2939

Re: Keyframe Master

have you tried size masters?
by sideshowbond
10 Apr 2019, 13:15
Forum: Titan Macro Library
Topic: Problem with Recording Palettes
Replies: 2
Views: 6626

Re: Problem with Recording Palettes

not sure about palettes but there is a wiki entry about store/replace groups which might help
https://www.avolites.de/wiki/macros:example:createreplacegroup
by sideshowbond
31 Mar 2019, 17:11
Forum: Titan Macro Library
Topic: Active Binding for Boolean values
Replies: 1
Views: 5542

Active Binding for Boolean values

Evening, I got macros to toggle 'Capy Tracked Values' user setting. I got the active binding for True set via <active binding="Playbacks.CopyTrackedValues" /> however I fail to figure out how to set active binding for false. Probably just a tiny thing I am missing but I don't get it right ...