Search found 1164 matches

by icke_siegen
26 May 2026, 09:11
Forum: General Discussion
Topic: Desk crashed
Replies: 1
Views: 216

Re: Desk crashed

Hi Barkley,

sorry for the mishap. As this is more a user-to-user forum it would be much better to open a ticket at https://web3.avolites.com/software/help-desk - usually they will be in touch immediately.

S.
by icke_siegen
22 May 2026, 09:02
Forum: General Discussion
Topic: problems update console to v19.1
Replies: 3
Views: 1301

Re: problems update console to v19.1

Hi Barkley, I am glad you could solve this issue. as for NDI please see https://www.avolites.com/avolites-release-titan-v19-important-information/. Avolites regrets this poor UX but as this is due to the decisions of the new owners of NDI, there is hardly anything Avolites can do in the short run. I...
by icke_siegen
18 May 2026, 11:23
Forum: Titan Macro Library
Topic: Mask FX macro in XML
Replies: 3
Views: 18136

Re: Mask FX macro in XML

I believe (and have tested) that you need to create individual Mask shapes/Mask FX, like this: <step pause="0.01">Editor.Shapes.CreateMaskShape(Math.ToEnum("Avolites.Acw.Titan", "Avolites.Acw.Titan.AcwRecordMask", "I"))</step> <step pause="0.01">Edit...
by icke_siegen
15 May 2026, 15:32
Forum: Avolites Consoles
Topic: Issue exporting reports for long cue lists
Replies: 1
Views: 3092

Re: Issue exporting reports for long cue lists

Can you maybe send the showfile over (sebastian.beutel@avolites.com)? I have witnessed something similar recently but couldn't get it narrowed down. At the very least I could add your show to the ticket. Thanks. Also, maybe I can help you - but this a big MAYBE (found some weirdness when I was inves...
by icke_siegen
05 May 2026, 07:25
Forum: Titan Macro Library
Topic: Mask FX macro in XML
Replies: 3
Views: 18136

Re: Mask FX macro in XML

What is it what you want to do? Manually select some fixtures, then fire the macro so that it creates a Mask FX and record it into a certain cue? Or something else?
by icke_siegen
03 Apr 2026, 12:42
Forum: General Discussion
Topic: Titan Mobile Not recieving MTC
Replies: 3
Views: 15301

Re: Titan Mobile Not recieving MTC

Thank you for the reply. Yes, you are 100% correct re. restarting the midisrv service, that's exactly what I suggested with the console commands. Explanation by Microsoft: it's the order in which the service is started and virtual MIDI ports are created. Some people even tried automatically restarti...
by icke_siegen
02 Apr 2026, 09:45
Forum: General Discussion
Topic: Titan Mobile Not recieving MTC
Replies: 3
Views: 15301

Re: Titan Mobile Not recieving MTC

There were some changes in the latest Windows update which affect the MIDI stack; basically it is now more strict to errors which have been tolerated for many years before. Blame it on whoever you want :) In the case of loopMIDI and Titan there are two things: ⋅ Titan (up to v19.1) uses an...
by icke_siegen
25 Mar 2026, 15:55
Forum: Avolites TitanOne Support
Topic: MIDI Problems
Replies: 1
Views: 11802

Re: MIDI Problems

I sent you a message.

Essentially this comes with a Windows update a few weeks ago. Will be fixed in the future.
by icke_siegen
24 Mar 2026, 10:29
Forum: General Discussion
Topic: Arena v18.0 Recovery Creator Setup.Failed to make drive bootable! Error -2147212243
Replies: 1
Views: 6117

Re: Arena v18.0 Recovery Creator Setup.Failed to make drive bootable! Error -2147212243

What size is the USB stick you are using? The maximum supported capacity is 32 GB.
by icke_siegen
06 Mar 2026, 14:20
Forum: Avolites Consoles
Topic: T3 Ver19 Security Problem
Replies: 2
Views: 12174

Re: T3 Ver19 Security Problem

please be in touch with https://web3.avolites.com/software/help-desk or write an email to support@avolites.com. Provide logfiles. They'll help you out.
by icke_siegen
06 Feb 2026, 06:55
Forum: Avolites Consoles
Topic: Liner Dimming TT
Replies: 2
Views: 10072

Re: Liner Dimming TT

You can create a custom curve for this and apply it to this playback. Alternatively you can also try and apply this cuve to the fixture's dimmer channel in the patch menu. See https://manual.avolites.com/docs/system-settings/curves (and other places in the manual). In order to make your own cuve you...
by icke_siegen
05 Feb 2026, 10:39
Forum: Titan Macro Library
Topic: Replacing StaticPlaybacks
Replies: 5
Views: 30296

Re: Replacing StaticPlaybacks

well, it does work for me: please note that ("PlaybackWindow", 9) points to button 10 in the Playbacks window (that's what is called 0-based)

Can you pelase try again? if it still doesn't work then the logs might help...
by icke_siegen
05 Feb 2026, 10:37
Forum: Titan Macro Library
Topic: Replacing StaticPlaybacks
Replies: 5
Views: 30296

Re: Replacing StaticPlaybacks

well, it does work for me: please note that ("PlaybackWindow", 9) points to button 10 in the Playbacks window (that's what is called 0-based)
by icke_siegen
04 Feb 2026, 14:09
Forum: Titan Macro Library
Topic: Replacing StaticPlaybacks
Replies: 5
Views: 30296

Re: Replacing StaticPlaybacks

The function Handles.SetSourceHandleFromHandle requires a full handle, e.g. Handles.SetSourceHandleFromHandle(handle:"Location=StaticPlaybacks,1,1") . This way it would work on any page in the designated window, with the handles being counted from 1 up. In turn the function Handles.SetSour...