Search found 182 matches

by sideshowbond
16 Aug 2018, 09:42
Forum: Titan Macro Library
Topic: HandleRange vs PlaybackReleaseTime
Replies: 1
Views: 5449

HandleRange vs PlaybackReleaseTime

I was trying the following and I was not getting the results I was hoping for <step>Handles.ClearSelection()</step> <step>Handles.SetSourceHandleRange("PlaybackWindow", {0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,4...
by sideshowbond
15 Aug 2018, 12:50
Forum: Titan Macro Library
Topic: Handles.Beams.PreviousPage()
Replies: 2
Views: 4049

Handles.Beams.PreviousPage()

I was just trying

Code: Select all

Handles.Beams.PreviousPage()

and it would just straight jump to what seems to be an inaccessible page 0.

Code: Select all

NextPage
jumps straight to page 1 regardless of its previous position. Is that expected behaviour or am I doing something wrong here?
by sideshowbond
07 Jul 2018, 19:23
Forum: Titan Macro Library
Topic: ChangePage
Replies: 0
Views: 7922

ChangePage

Is there a way to use ChangePage in a macro so it changes the page on the workspace it's being assigned on? I'd try myself but only have a v9 Expert here... Got Handles.Playbacks.ChangePage(1) working, I'd like it to work without defining the workspace and taking the on its sat on, not the current a...
by sideshowbond
03 Jul 2018, 09:43
Forum: General Discussion
Topic: Programming advice needed
Replies: 1
Views: 4502

Re: Programming advice needed

if you're not used to cuelists it can be tricky. In your case I'd busk as you're used to it but I would record one or two looks (playbacks) per act so you can switch in an instant. Cuestacks make sense if you know exactly what is going to happen and when. They provide better timing but take away fle...
by sideshowbond
03 Jul 2018, 09:23
Forum: Avolites Consoles
Topic: Pro Presenter Midi Control
Replies: 3
Views: 5291

Re: Pro Presenter Midi Control

I don't know how ProPresenter works but you might wanna have a look at this: http://www.avolites.de/support-downloads/midi-to-web Midi to Web can translate midi notes to WebAPI commands which can trigger playbacks. Helpful tools would be Loopbe as internal midi port and maybe MidoBome as midi to mid...
by sideshowbond
29 Jun 2018, 23:05
Forum: Titan Macro Library
Topic: Release playback from playback window and Change icon of the macro (Dynamic color grid)
Replies: 14
Views: 13479

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

funnily enough I am building a view like that in MA right now :) No, on an Avo there is no window that you can manipulate like Layout View on the MA. Tha would be a thing for proper WebAPI. But seeing as that should theoretically internally work on a console too it could be done (on an external touc...
by sideshowbond
29 Jun 2018, 12:00
Forum: Avolites TitanOne Support
Topic: Change shortcut for "Go"
Replies: 3
Views: 4551

Re: Change shortcut for "Go"

actually, following up on this:
I am in the middle of finally creating me a more than standard MA start show (like it or not I need it). A lot of their shortcuts in onPC are just letters without any control keys (like store is simply "S"). This speeds up preprogramming a show immensely.
by sideshowbond
24 Jun 2018, 21:23
Forum: Titan Macro Library
Topic: how to pass IEnumerable
Replies: 3
Views: 4374

Re: how to pass IEnumerable

so there basically is currently no way of selecting multiples playback at once based on their user number?
by sideshowbond
24 Jun 2018, 13:23
Forum: Titan Macro Library
Topic: thru command / SetSourceHandleRange
Replies: 1
Views: 3182

thru command / SetSourceHandleRange

is there a thru command for SetSourceHandleRange?
by sideshowbond
24 Jun 2018, 13:13
Forum: Titan Macro Library
Topic: Passing Handle Pages
Replies: 3
Views: 4322

Re: Passing Handle Pages

is there a way to determine the current page so I could change back once StoreCue has run?
by sideshowbond
23 Jun 2018, 13:25
Forum: Titan Macro Library
Topic: Release playback from playback window and Change icon of the macro (Dynamic color grid)
Replies: 14
Views: 13479

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

here we go <macro id="adb.Macros.solopb1" name="adb solo PB1"> <description>Releases 1-4, fires 1, highlights handle</description> <sequence> <step>UserMacros.RecallMacroById("adb.Macros.releaseplaybacks")</step> <step>UserMacros.RecallMacroById("adb.Macros.removeh...
by sideshowbond
23 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: 13479

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

At the moment it is not possible to set the halo to a random RGB colour, as the halo property is of type AcwColour and there is no automatic conversion. Hence, the only option is to use the available system colours which are Red, Orange, Brown, Yellow, Green, Light Green, Blue, Cyan, Violet, Red Vi...
by sideshowbond
23 Jun 2018, 11:25
Forum: Titan Macro Library
Topic: Release playback from playback window and Change icon of the macro (Dynamic color grid)
Replies: 14
Views: 13479

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

right, so the code to change the halo <sequence> <step>Handles.SetSourceHandleFromHandle("macroHandleUN=6")</step> <step>Handles.SetPendingHaloToSystemColour("Yellow")</step> <step>Handles.ClearSelection()</step> </sequence> use http://localhost:4430/titan/script/2/Handles/HaloSy...
by sideshowbond
23 Jun 2018, 02:57
Forum: Titan Macro Library
Topic: Release playback from playback window and Change icon of the macro (Dynamic color grid)
Replies: 14
Views: 13479

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 sideshowbond
22 Jun 2018, 19:15
Forum: Titan Macro Library
Topic: Add midi Trigger
Replies: 13
Views: 11458

Re: Add midi Trigger

I know it doesn't solve your actual problem as such but with a launchpad mk2 you might wanna have a look at this little gem:
http://www.avolites.de/support-downloads/midi-to-web