Search found 256 matches

by kimwida
29 Nov 2024, 03:26
Forum: Titan Macro Library
Topic: Change fixture order of a group
Replies: 0
Views: 118

Change fixture order of a group

I want to change fixture order of a group including 10 fixtures.
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.
by kimwida
02 Oct 2024, 02:52
Forum: Avolites Consoles
Topic: T2 Midi devices
Replies: 1
Views: 56362

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.
by kimwida
30 Sep 2024, 10:52
Forum: Titan Macro Library
Topic: Add midi Trigger
Replies: 15
Views: 18037

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_...
by kimwida
30 Sep 2024, 04:56
Forum: Titan Macro Library
Topic: Add midi Trigger
Replies: 15
Views: 18037

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...
by kimwida
28 Jul 2024, 04:01
Forum: Titan Macro Library
Topic: Is there any API to find out where a playback is active or not?
Replies: 3
Views: 9174

Re: Is there any API to find out where a playback is active or not?

Thanks for the reply.

I am using T2 and trying to implement midi feedback with macros.

But I can't find a way how to use your way to find out a playback is active or not.
by kimwida
27 Jul 2024, 01:35
Forum: Titan Macro Library
Topic: Is there any API to find out where a playback is active or not?
Replies: 3
Views: 9174

Is there any API to find out where a playback is active or not?

Is there any API to find out where a playback is active or not?

I searched 17.0 API documents for it. But I don't think I find it.
by kimwida
22 Mar 2024, 05:24
Forum: Avolites Consoles
Topic: Titan midi controller
Replies: 28
Views: 259881

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: 259881

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: 17723

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: 259881

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: 90986

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: 90986

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: 18605

Re: change pallete

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

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: 51633

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...