Search found 250 matches

by kimwida
22 Mar 2024, 05:24
Forum: Avolites Consoles
Topic: Titan midi controller
Replies: 28
Views: 59687

Re: Titan midi controller

is it possible to store a one shot colour set IN the launchpad so no need of sending commands each time we turn on the launchpad ? As far as I know, it's no way to save something in not only launchpad but also any midi controller. They are needed to be set by a host which could be your console or P...
by kimwida
22 Mar 2024, 05:12
Forum: Avolites Consoles
Topic: Titan midi controller
Replies: 28
Views: 59687

Re: Titan midi controller

Ty7077 wrote:Literally did everything here for my Ak2, I go to refresh the macros and it dosnt work…. What am I doing wrong?


At least you need over T2. It doesn't work with T1.
by kimwida
21 Jul 2023, 04:26
Forum: Titan Macro Library
Topic: Create Groups Macro
Replies: 2
Views: 11275

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...
by kimwida
06 May 2023, 13:50
Forum: Avolites Consoles
Topic: Titan midi controller
Replies: 28
Views: 59687

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...
by kimwida
15 Jan 2023, 12:43
Forum: Avolites Consoles
Topic: Can T2 take DMX triggers?
Replies: 4
Views: 17673

Re: Can T2 take DMX triggers?

Yes, but still doesn't work. :cry: :cry: :cry:
by kimwida
15 Jan 2023, 06:27
Forum: Avolites Consoles
Topic: Can T2 take DMX triggers?
Replies: 4
Views: 17673

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...
by kimwida
02 May 2022, 04:51
Forum: Titan Macro Library
Topic: change pallete
Replies: 1
Views: 12999

Re: change pallete

by kimwida
23 Feb 2022, 06:33
Forum: General Discussion
Topic: Big show file size
Replies: 0
Views: 16803

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...
by kimwida
27 Dec 2021, 08:54
Forum: Titan Macro Library
Topic: How to assign rate master to a chase?
Replies: 9
Views: 22597

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...
by kimwida
27 Dec 2021, 08:09
Forum: Titan Macro Library
Topic: How to set a chase playorder??
Replies: 3
Views: 16426

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.
by kimwida
26 Dec 2021, 21:31
Forum: Titan Macro Library
Topic: How to set a chase playorder??
Replies: 3
Views: 16426

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...
by kimwida
26 Dec 2021, 20:56
Forum: Titan Macro Library
Topic: How to assign rate master to a chase?
Replies: 9
Views: 22597

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. ...
by kimwida
26 Dec 2021, 02:37
Forum: Titan Macro Library
Topic: How to assign rate master to a chase?
Replies: 9
Views: 22597

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...
by kimwida
25 Dec 2021, 13:24
Forum: Titan Macro Library
Topic: How to assign rate master to a chase?
Replies: 9
Views: 22597

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...
by kimwida
24 Dec 2021, 13:55
Forum: Titan Macro Library
Topic: How to assign rate master to a chase?
Replies: 9
Views: 22597

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.