Search found 267 matches
- 18 Dec 2025, 01:29
- Forum: Avolites TitanOne Support
- Topic: Busking Setup „Blue-Out“ Scale and Scene Masters
- Replies: 3
- Views: 3170
Re: Busking Setup „Blue-Out“ Scale and Scene Masters
I'm sorry for oversimplifying the answer to your question. But I can help you about scale master thing. This macro makes it look as if the Scale Master value in the 5th Playbacks window fades from 0% to 100% over 1 second. You can find more information over https://www.avosupport.de/wiki/macros/func...
- 16 Dec 2025, 18:05
- Forum: Avolites TitanOne Support
- Topic: Busking Setup „Blue-Out“ Scale and Scene Masters
- Replies: 3
- Views: 3170
Re: Busking Setup „Blue-Out“ Scale and Scene Masters
Why don't you add grand master on a fader?
I usually bring down the grand master fader at the end of a song.
Then I run a macro which releases all running playbacks.
And I launch the initial playback.
Finally I bring up the grand master fader.
I usually bring down the grand master fader at the end of a song.
Then I run a macro which releases all running playbacks.
And I launch the initial playback.
Finally I bring up the grand master fader.
- 22 Sep 2025, 20:00
- Forum: General Discussion
- Topic: Autoloaded playback release issue
- Replies: 1
- Views: 10789
Re: Autoloaded playback release issue
Thank Avo Support team for very quick reply.
It works with release mask on the high priority playback.
It works with release mask on the high priority playback.
- 22 Sep 2025, 03:04
- Forum: General Discussion
- Topic: Autoloaded playback release issue
- Replies: 1
- Views: 10789
Autoloaded playback release issue
I think I've encountered a bug. When I autoload a high-priority playback in a cuelist, it doesn't get released on the next cue as expected. As a workaround, I’ve been adding a blank cue after it, but this is quite frustrating—especially since I’m working with a large number of cuelists. Is it only m...
- 06 Apr 2025, 03:30
- Forum: Titan Macro Library
- Topic: Create pallets macro
- Replies: 3
- Views: 16369
Re: Create pallets macro
I don't know about the dummy fixture, so I just patched a "Focus Spot 7z" which have CMY, white and CTO. Then I changed a little your code and it worked for me. Maybe you didn't check 33rd slot of colours window. <?xml version="1.0" encoding="utf-8"?> <avolites.macros> ...
- 02 Apr 2025, 18:41
- Forum: Titan Macro Library
- Topic: Multiple selection in macro
- Replies: 1
- Views: 49408
Re: Multiple selection in macro
I usually generate macro codes for this kind of problem.
Like this.
Like this.
Code: Select all
for i = 1, 150, 1 do
change fade time of playback i
i = i + 1
end
- 02 Apr 2025, 18:23
- Forum: Titan Macro Library
- Topic: Changing group patern direction
- Replies: 1
- Views: 13450
Re: Changing group patern direction
<step pause="0.01">Group.RecallGroup( Handles.GetHandle("Groups",0,0) )</step> <step pause="0.01">Command.RunCommand("PATTERN 1 IN 3")</step> <step pause="0.01">ActionScript.SetProperty.Enum("Selection.Context.Global.Direction","Verti...
- 02 Apr 2025, 16:44
- Forum: Titan Macro Library
- Topic: Replace colour palette
- Replies: 1
- Views: 11255
Re: Replace colour palette
You seem to have some problems with the group. But you can use selecting fixture instead of group. This is from my code which is working well. <step pause="0.01">ActionScript.SetProperty.Boolean("Programmer.BlindActive", true)</step> <step pause="0.01">Programmer.SetBli...
- 02 Apr 2025, 16:33
- Forum: Titan Macro Library
- Topic: Create pallets macro
- Replies: 3
- Views: 16369
Re: Create pallets macro
This is from my code which generate some palettes. And it works well. <step pause="0.1">ActionScript.SetProperty.Enum("Palette.MinimumPaletteMode", "Global")</step> <step pause="0.1">ActionScript.SetProperty.Enum("Palette.RecordMode", "Channel&q...
- 06 Dec 2024, 00:13
- Forum: Titan Macro Library
- Topic: Change fixture order of a group
- Replies: 2
- Views: 13608
Re: Change fixture order of a group
The reason I try to find out to change group's fixture order is that I want to make the order like this.
1,2,3,4,5,5,4,3,2,1 or 5,4,3,2,1,1,2,3,4,5
And I can't select two fixtures at once in command.
But I think I got a hint from you.
Thank you.
1,2,3,4,5,5,4,3,2,1 or 5,4,3,2,1,1,2,3,4,5
And I can't select two fixtures at once in command.
But I think I got a hint from you.
Thank you.
- 05 Dec 2024, 06:15
- Forum: Avolites Consoles
- Topic: Titan midi controller
- Replies: 30
- Views: 330453
Re: Titan midi controller
https://kimwida.github.io/ > "Over T2 For Skin"
- 29 Nov 2024, 03:26
- Forum: Titan Macro Library
- Topic: Change fixture order of a group
- Replies: 2
- Views: 13608
Change fixture order of a group
I want to change fixture order of a group including 10 fixtures.
I tried it and it failed.
Please advise me how to use this api.
I tried it and it failed.
Code: Select all
<step>Group.SetGroupFixtureOrder(Handles.GetHandle("Groups",0,6),{10,9,8,7,6,5,4,3,2,1})</step>
Please advise me how to use this api.
- 02 Oct 2024, 02:52
- Forum: Avolites Consoles
- Topic: T2 Midi devices
- Replies: 1
- Views: 62398
Re: T2 Midi devices
Hello.
Do you know how to diable T2's MIDI by usb expert?
I tried it but I couldn't find a wayt to diable it on the usb expert.
========================================================
ok. I found a workaround.
I just run my 3rd party midi program prior to running Titan.
Do you know how to diable T2's MIDI by usb expert?
I tried it but I couldn't find a wayt to diable it on the usb expert.
========================================================
ok. I found a workaround.
I just run my 3rd party midi program prior to running Titan.
- 30 Sep 2024, 10:52
- Forum: Titan Macro Library
- Topic: Add midi Trigger
- Replies: 16
- Views: 50938
Re: Add midi Trigger
Thanks Sebastian Beutel!!! This macro adds midi triggers apc mini mk1's buttons and faders to playbacks windows' first slot to 81 slot and main playback faders. <?xml version="1.0" encoding="utf-8"?> <avolites.macros> <macro id="Add_Trigger_For_APC_MINI_MK1"> <name>Add_...
- 30 Sep 2024, 04:56
- Forum: Titan Macro Library
- Topic: Add midi Trigger
- Replies: 16
- Views: 50938
Re: Add midi Trigger
Hi. I am trying to add midi triggers for my apc mini mk1 thru a macro. I succeed to work midi triggers apc mini buttons with my T2 ver.14.0. But I can't with apc mini faders to main playback faders. I think that I follow the avolites wiki exactly. https://www.avosupport.de/.../triggers... https://ww...
