Search found 14 matches

by mad-leo-kitten
25 May 2019, 18:30
Forum: Avolites Consoles
Topic: Changing 'lock' screen
Replies: 4
Views: 4493

Re: Changing 'lock' screen

Any updates to this ^^?
by mad-leo-kitten
27 Apr 2019, 23:20
Forum: Titan Macro Library
Topic: Macro ignores condition
Replies: 1
Views: 8660

Macro ignores condition

to improve my Showfile Setup Macro i created a macro that sets position palettes in order to check if following macros are supposed to create movement shape for this group. <step>Group.CheckIfGroupExists(101, "Palette.Numeric.IsValid")</step> <step pause="0.5"> { if(Group.Numeric...
by mad-leo-kitten
10 Apr 2019, 13:20
Forum: Titan Macro Library
Topic: Problem with Recording Palettes
Replies: 2
Views: 6628

Re: Problem with Recording Palettes

unfortunately not :/ have the problem that the function to apply palettes seems to miss smth that needs to be set in advance :/
by mad-leo-kitten
10 Apr 2019, 13:12
Forum: Titan Macro Library
Topic: Problem with Recording Palettes
Replies: 2
Views: 6628

Problem with Recording Palettes

Hey, i'm trying to record palettes via a macro, tho it won't work unless I recort a palette somewhere before i run the macro... anyone has an idea why or how to make it work for good? <step>Group.CheckIfGroupExists(101, "Group.Numeric.IsValid")</step> <step pause="0.5"> { if(Grou...
by mad-leo-kitten
10 Apr 2019, 11:37
Forum: Titan Macro Library
Topic: Can the wheels itself be triggered?
Replies: 2
Views: 6694

Re: Can the wheels itself be triggered?

Im using the inject inpit version for my Offset macro (reealy shaky :roll:) but it works in most of the cases :mrgreen: Menu.InjectInput("OnButtonDown","WheelView","At",2); Menu.InjectInput("OnButtonDown","NumericKeys","",9); Menu.InjectInp...
by mad-leo-kitten
03 Apr 2019, 09:40
Forum: Titan Macro Library
Topic: How to edit a Playbacks and Cuelists proberties via a Macro
Replies: 4
Views: 8248

Re: How to edit a Playbacks and Cuelists proberties via a Macro

Thanks a lot :D

thats perfect ^^ :) sorry that i couldn't fint it my self and needed to bather x)

biiiig Thanks :D

Greets, Flo :mrgreen:
by mad-leo-kitten
14 Mar 2019, 16:04
Forum: Titan Macro Library
Topic: Assign Masters to Playback/Cuelist
Replies: 2
Views: 6459

Re: Assign Masters to Playback/Cuelist

I tried also an other way of selection, but still doesn't work :/ <step pause="0.1">ActionScript.SetProperty("Playbacks.Editor.SelectedPlayback" ,handle:"Location=Playbacks,2,1")</step> <step pause="0.1">Playbacks.PlaybackOptions.AssignSizeSourceFromHandle(&qu...
by mad-leo-kitten
14 Mar 2019, 16:01
Forum: Titan Macro Library
Topic: Changing Cue Link to "Link After Previews Cue"
Replies: 1
Views: 5290

Re: Changing Cue Link to "Link After Previews Cue"

<step pause="0.01">ActionScript.SetProperty("Playbacks.Editor.SelectedPlayback" ,handle:"Location=PlaybackWindow,1,1") </step> <step pause="0.01">Playbacks.Editor.CueSelection.SelectCueByNumber(handle:"Location=PlaybackWindow,1,1", 1.0) </step> <ste...
by mad-leo-kitten
14 Mar 2019, 10:52
Forum: Titan Macro Library
Topic: Changing Cue Link to "Link After Previews Cue"
Replies: 1
Views: 5290

Changing Cue Link to "Link After Previews Cue"

Hey,

i want to change the Cue Links in several cuelists with a macro.
I found this Syntax, but i don't know wht value to use?!

Code: Select all

ActionScript.SetProperty(Playbacks.Editor.Times.CueLink,[value])


anyone an idea?
by mad-leo-kitten
13 Mar 2019, 13:07
Forum: Titan Macro Library
Topic: Assign Masters to Playback/Cuelist
Replies: 2
Views: 6459

Assign Masters to Playback/Cuelist

trying to assign different masters to a cuelist. this is how far we came but it doesn't work, even wierder is that SelectPlayback seems to select the first Playback no matter what number stands in the list :shock: in thix example the Playback lays on the first and the SpeedMaster on the 10th Fader. ...
by mad-leo-kitten
12 Mar 2019, 07:58
Forum: Titan Macro Library
Topic: How to edit a Playbacks and Cuelists proberties via a Macro
Replies: 4
Views: 8248

Re: How to edit a Playbacks and Cuelists proberties via a Macro

Couldn't find any clues to that on the API site. I'm looking for a way to edit the fader mode, fire first cue, assign masters etc. :)

you have any clue where to start ^^?
by mad-leo-kitten
07 Mar 2019, 15:01
Forum: Titan Macro Library
Topic: How to add a macro to a cuelist cue by macro
Replies: 3
Views: 17879

Re: How to add a macro to a cuelist cue by macro

Thaaanks a lot :D thats going to spare a lot of work ^^

its working fine :)

:mrgreen:
by mad-leo-kitten
07 Mar 2019, 14:28
Forum: Titan Macro Library
Topic: How to edit a Playbacks and Cuelists proberties via a Macro
Replies: 4
Views: 8248

How to edit a Playbacks and Cuelists proberties via a Macro

Hey,

still with the larger Macro project ^^

Does anyone have an Idea how to edit proberties like "Fade In", "Link", "Fader Mode", "Fire First Cue", "Speed Source", "Size Source", etc.?

Thanx previeously :wink:

Greets, Flo :mrgreen:
by mad-leo-kitten
19 Feb 2019, 22:39
Forum: Titan Macro Library
Topic: Change Shape Effect with macro
Replies: 3
Views: 7741

Re: Change Shape Effect with macro

Hey :) Sebastian and I menaged to make a macro exactly the way you want it earlier this year ;) https://www.avolites.de/wiki/macros:example:setshapespread?s <step>Include.SelectPlaybackHandle("Location=PlaybackWindow,1,1")</step> <step>ActionScript.SetProperty.Integer('Editor.Shapes.Spread...