Search found 1086 matches

by icke_siegen
Yesterday, 12:27
Forum: Avolites Consoles
Topic: Prism Zero + Quartz
Replies: 2
Views: 49

Re: Prism Zero + Quartz

Yes, you will need an AvoKey in order to run Prism. A standard Editor AvoKey is what you'll need.
by icke_siegen
26 Mar 2024, 12:32
Forum: Titan Macro Library
Topic: Playback/ cue list to fader
Replies: 2
Views: 64

Re: Playback/ cue list to fader

Releasing would go like this: https://www.avosupport.de/wiki/macros/example/releaseplaybackifexistsornot <step condition="Handles.IsClaimed("cueHandleUN=1")"> Playbacks.ReleasePlayback(userNumber:1, Playbacks.MasterReleaseTime, true) </step> 'Replace to a fader' would mean to mov...
by icke_siegen
25 Mar 2024, 19:31
Forum: Avolites Consoles
Topic: Robe fixtures
Replies: 4
Views: 346

Re: Robe fixtures

When you attempt to patch through the patch menu then it's recommended to use the search box - simply type 'Forte' when you are in the Fixture Type level: forte_1.png Please note that the 'full name' is Robin Forte - thus, if you go through the menu with previous/next you need to go to R obin. Even ...
by icke_siegen
13 Mar 2024, 07:18
Forum: Titan Web API
Topic: Change handle userNumber using WebAPI not working
Replies: 4
Views: 500

Re: Change handle userNumber using WebAPI not working

Okay, again this is all Gregory, and I am only the delivery boy: for cues, cuelists and chases the first line must read (respectively) http://localhost:4430/titan/script/2/Handles/SetSourceFromUserNumber?handlePath=Handle.Playback.Cue&userNumber=1 http://localhost:4430/titan/script/2/Handles/Set...
by icke_siegen
11 Mar 2024, 16:07
Forum: Titan Web API
Topic: Change handle userNumber using WebAPI not working
Replies: 4
Views: 500

Re: Change handle userNumber using WebAPI not working

I already tried various things to make this work in v11 but didn't succeed. I just asked Gregory again, maybe he has another approach. What you can do is using the location in the current page with http://localhost:4430/titan/script/2/Handles/SetSourceHandle?group=Playbacks&index=0 but this is p...
by icke_siegen
04 Mar 2024, 12:28
Forum: Avolites Consoles
Topic: Import show, Timeline not found
Replies: 1
Views: 1637

Re: Import show, Timeline not found

Thanks for posting this - wow, what a find! I'll bring this to the software guys' attention.
by icke_siegen
29 Feb 2024, 13:06
Forum: Titan Web API
Topic: Change handle userNumber using WebAPI not working
Replies: 4
Views: 500

Re: Change handle userNumber using WebAPI not working

With massive help from Gregory I am happy to post the solution: http://localhost:4430/titan/script/2/Handles/SetSourceHandleFromHandle?handle_string=cueHandleUN:1 http://localhost:4430/titan/script/2/ActionScript/SetProperty?id=Handles.CurrentUserNumber&value_userNumber=2 http://localhost:4430/t...
by icke_siegen
27 Feb 2024, 08:19
Forum: Avolites Consoles
Topic: Infinity B-eyes
Replies: 1
Views: 1688

Re: Infinity B-eyes

Hi Thijm ,

welcome to the club :wink:

Unfortunately this is not possible with this fixture - which is defined by the fixture manufacturer, not by Avolites. They simply do not provide individual pixel control - you can only control all 7 pixels together.

Best regards. Sebastian
by icke_siegen
22 Feb 2024, 15:22
Forum: Avolites TitanOne Support
Topic: Memory - chase - cuelist, differences...
Replies: 1
Views: 516

Re: Memory - chase - cuelist, differences...

Hi, in Avolites terms all those things are Playbacks: ⋅ a single look is a Cue (or Memory as for the Record menu. ⋅ a list of cues with individual timings and settings is called a Cue List . ⋅ a regular succession of cues which usually follow each other is a Chase .
by icke_siegen
22 Feb 2024, 15:13
Forum: Avolites Consoles
Topic: CMOS battery died on Avolites Quartz, missing license
Replies: 1
Views: 1739

Re: CMOS battery died on Avolites Quartz, missing license

It looks like the request has been approved yesterday.
by icke_siegen
16 Feb 2024, 06:57
Forum: Avolites TitanOne Support
Topic: Macro (coded) to replace cue list on playback handle
Replies: 9
Views: 8550

Re: Macro (coded) to replace cue list on playback handle

Only for the casual reader: the last problem was due to a typo. The above given macro does work as intended.
by icke_siegen
09 Feb 2024, 20:47
Forum: Avolites TitanOne Support
Topic: Macro (coded) to replace cue list on playback handle
Replies: 9
Views: 8550

Re: Macro (coded) to replace cue list on playback handle

In short, this would work: <macro id="UserMacro.ColChsOddEven.3"> <name>Col Chs O/E 3</name> <sequence> <step pause="0.01">Handles.SetSourceHandleFromHandle(Handles.GetHandle("Playbacks",1,6))</step> <step pause="0.01">Handles.ConfirmDelete()</step> <step paus...
by icke_siegen
09 Feb 2024, 16:53
Forum: Avolites TitanOne Support
Topic: Macro (coded) to replace cue list on playback handle
Replies: 9
Views: 8550

Re: Macro (coded) to replace cue list on playback handle

For starters I had only a look, and will try it out later. One thing: Handles.CopyDestination("Playbacks",1,6) is wrong: this command always works on the current page, needs only the handle index and the group. Should be something like Handles.CopyDestination("Playbacks",6) I'll ...
by icke_siegen
08 Feb 2024, 18:18
Forum: General Discussion
Topic: Columns does'nt apears in cue view window
Replies: 3
Views: 643

Re: Columns does'nt apears in cue view window

You are totally right - autoload or notes would make sense for single-cue playbacks, as would loading macros. But when it comes to reporting this, this would be a feature request/idea while displaying options which are invalid is a bug, and thus needs to be reported elsewhere.
by icke_siegen
08 Feb 2024, 16:09
Forum: General Discussion
Topic: Columns does'nt apears in cue view window
Replies: 3
Views: 643

Re: Columns does'nt apears in cue view window

Hi, thanks lot for reporting this. Actually it is the other way round: the 'Playback View Columns' menu provides options for single cues which are not applicable. Settings like Tracking, Move In Dark or Autoload are not available for single cue playbacks, and it is an error that the menu offers them...