Search found 5 matches

by Synergie
29 Jun 2018, 11:29
Forum: Titan Macro Library
Topic: Release playback from playback window and Change icon of the macro (Dynamic color grid)
Replies: 14
Views: 13591

Re: Release playback from playback window and Change icon of the macro (Dynamic color grid)

I guess you are totally right it's the release all -- do something else -- fire another playback which makes for this white flash. And you have made exactly the correct solution (fire this playback then release the others). Maybe you want to add one 'release all' macro, to release all these playbac...
by Synergie
28 Jun 2018, 23:08
Forum: Titan Macro Library
Topic: Release playback from playback window and Change icon of the macro (Dynamic color grid)
Replies: 14
Views: 13591

Re: Release playback from playback window and Change icon of the macro

Hey guys, First off all a big thanks for helping me with this. i managed to get this implemented and will do an update once i get it really dailed in the way i like ;) Screen shot -> https://pasteboard.co/Hs2M4Hd.png Anyhow i did a small show yesterday on these macro's and i noticed something weird,...
by Synergie
23 Jun 2018, 08:19
Forum: Titan Macro Library
Topic: Release playback from playback window and Change icon of the macro (Dynamic color grid)
Replies: 14
Views: 13591

Re: Release playback from playback window and Change icon of the macro

two things before I go to bed, I'll have a closer look tomorrow: - It appears that you need Handles.SetHalo() (Set all the source handles to the pending halo) as well so it would be <step>Handles.SetPendingHaloToSystemColour("Black")</step> <step>Handles.SetHalo()("Black")</step...
by Synergie
22 Jun 2018, 23:04
Forum: Titan Macro Library
Topic: Release playback from playback window and Change icon of the macro (Dynamic color grid)
Replies: 14
Views: 13591

Re: Release playback from playback window and Change icon of the macro

not sure about pictures but you can highlight handles (the way they look like when being copied or moved) via macro I like cascading macros so the way I'd combine the 2 looks like this <macro id="adb.Macros.test.firepb1" name="adb_test_fire PB1"> <description>Releases 1-4, fires...
by Synergie
21 Jun 2018, 22:12
Forum: Titan Macro Library
Topic: Release playback from playback window and Change icon of the macro (Dynamic color grid)
Replies: 14
Views: 13591

Release playback from playback window and Change icon of the macro (Dynamic color grid)

Hey, Got 2 questions at once. got the following i want to do. if i hit Macro A , then i release a playback in the playback window (lets call him 2) and activate pb 1, if i hit macro B i release playback 1 (from the playback window) and activate 2 got that recorded in the software and it came out wor...