Search found 263 matches
- 21 Jul 2023, 04:26
- Forum: Titan Macro Library
- Topic: Create Groups Macro
- Replies: 2
- Views: 21906
Re: Create Groups Macro
This one is what I made long before. It will be help to you. <step pause="0.05">Selection.Context.Programmer.SelectFixtures("Fixtures", {1,2,3,4,5,6,7,8})</step> <step pause="0.05">Handles.Groups.ChangePage(0)</step> <step pause="0.05">Group.StoreMenu.StoreOnB...
- 06 May 2023, 13:50
- Forum: Avolites Consoles
- Topic: Titan midi controller
- Replies: 30
- Views: 299250
Re: Titan midi controller
I made pages for you. I don't know whether you use apc mini or apc mini MK2. So I make two pages. And there are simple instructions which you can follow very easily. Hope you make it. <AKAI APC mini's skin> https://tistory1.daumcdn.net/tistory/4373049/skin/images/Make+Colored+AKAI+APC+mini+skin.html...
- 15 Jan 2023, 12:43
- Forum: Avolites Consoles
- Topic: Can T2 take DMX triggers?
- Replies: 4
- Views: 93804
Re: Can T2 take DMX triggers?
Yes, but still doesn't work.




- 15 Jan 2023, 06:27
- Forum: Avolites Consoles
- Topic: Can T2 take DMX triggers?
- Replies: 4
- Views: 93804
Can T2 take DMX triggers?
I can't take shows of my venue in a few days later. I decided to make simplifying my show to ten fader console and some newbie will take the show. So I trying to add DMX triggers from the simple console to my T2. I connected the console to T2's DMX A and tried to add trigger. But I got nothing signa...
- 02 May 2022, 04:51
- Forum: Titan Macro Library
- Topic: change pallete
- Replies: 1
- Views: 22080
Re: change pallete
I think it's what you want.
https://www.avolites.de/wiki/macros/exa ... changer_v2
https://www.avolites.de/wiki/macros/exa ... changer_v2
- 23 Feb 2022, 06:33
- Forum: General Discussion
- Topic: Big show file size
- Replies: 0
- Views: 26890
Big show file size
Hi, there. I've recorded almost every songs performed in my venue into individual cuelists for 5 years. So my show file is pretty big almost 45mb. Now I want to reduce the size of it and I am deleting many redundant playbacks. But I found some weird thing. If I delete 100 playbacks, it reduce like 1...
- 27 Dec 2021, 08:54
- Forum: Titan Macro Library
- Topic: How to assign rate master to a chase?
- Replies: 9
- Views: 60392
Re: How to assign rate master to a chase?
Haha, you're right!!! It works now!!! Thank you!!! <?xml version="1.0" encoding="utf-8"?> <avolites.macros> <macro id="Assgin_RateMaster_1"> <name>Chase Assign RateMaster 1</name> <sequence> <step pause="0.05">Handles.SetSourceHandleFromHandle(Handles.GetHandl...
- 27 Dec 2021, 08:09
- Forum: Titan Macro Library
- Topic: How to set a chase playorder??
- Replies: 3
- Views: 34664
Re: How to set a chase playorder??
Oh, I am sorry.
I changed the codes third times. The upper macros work. I checked it.
And I didn't know how to access the options until I find the link. That's the reason.
I always thank you for the resource.
I changed the codes third times. The upper macros work. I checked it.
And I didn't know how to access the options until I find the link. That's the reason.
I always thank you for the resource.
- 26 Dec 2021, 21:31
- Forum: Titan Macro Library
- Topic: How to set a chase playorder??
- Replies: 3
- Views: 34664
Re: How to set a chase playorder??
This is from https://www.avolites.de/wiki/macros/example/cuelistsetffq. <?xml version="1.0" encoding="utf-8"?> <avolites.macros> <macro id="Chase_Play_Order_Forwards"> <name>Chase Play Order Forwards</name> <sequence> <step pause="0.02">Handles.SetSourceHandle...
- 26 Dec 2021, 20:56
- Forum: Titan Macro Library
- Topic: How to assign rate master to a chase?
- Replies: 9
- Views: 60392
Re: How to set rate master?
Yes. You're right. I've been using my show file from 11.0 to 14.0. It's very old and big. I checked the TitanID from https://www.avolites.de/downloads/miditoweb/gettitanids.htm. ratemaster.JPG Rate master 4 has been used from 14.0. The other rate masters before 14.0. I think that cause the problem. ...
- 26 Dec 2021, 02:37
- Forum: Titan Macro Library
- Topic: How to assign rate master to a chase?
- Replies: 9
- Views: 60392
Re: How to set rate master?
Thank you for the another way. But my codes don't work and I'm trying to figure it out now. The chase's user number is 1. <sequence> <step pause="0.05">Handles.SetSourceHandleFromHandle("playbackHandleUN=1") </step> <step pause="0.05">Handles.FilterHandleOptions()</step...
- 25 Dec 2021, 13:24
- Forum: Titan Macro Library
- Topic: How to assign rate master to a chase?
- Replies: 9
- Views: 60392
Re: How to set rate master?
Thank you for the resource. I mean I want to set a rate master to a chase. <step pause="0.02">Handles.SetSourceHandleFromHandle(Handles.GetHandle("Media",0,102)) </step> <step pause="0.02">Handles.FilterHandleOptions()</step> <step pause="0.02">ActionScript.Se...
- 24 Dec 2021, 13:55
- Forum: Titan Macro Library
- Topic: How to assign rate master to a chase?
- Replies: 9
- Views: 60392
How to assign rate master to a chase?
Code: Select all
ActionScript.SetProperty.Enum("HandleOptions.Playbacks.SpeedSource","RateMaster2")
Code: Select all
ActionScript.SetProperty.Enum("HandleOptions.Playbacks.SpeedSourceText","RateMaster2")
Both don't work.
Any help appreicated.
- 05 Dec 2021, 09:41
- Forum: Titan Macro Library
- Topic: How to set a chase playorder??
- Replies: 3
- Views: 34664
How to set a chase playorder??
<step pause="0.001">Handles.SetSourceHandleFromHandle(Handles.GetHandle("PlaybackWindow",0,163)) </step> <step pause="0.001">ActionScript.SetProperty("Playbacks.Editor.SelectedPlayback", Handles.SourceHandle)</step> <step pause="0.001">ActionScript....
- 13 Nov 2020, 11:46
- Forum: Titan Macro Library
- Topic: Is it possible to edit cues of chase or cuelist with API v.14?
- Replies: 2
- Views: 23043
Re: Is it possible to edit cues of chase or cuelist with API v.14?
Hi, Gregory. What I want to do is updating cues of chase and cuelist and it's not deleting and adding cues because I use shared palettes. I know how to choose a group and apply palette with direct API call and I want to use direct API call cause I have to do it with many chase and cuelist. Actually ...