Search found 250 matches

by kimwida
28 Jun 2018, 09:28
Forum: Titan Macro Library
Topic: Align Mode
Replies: 9
Views: 8329

Re: Align Mode

"Menu" button > "Align Fixtures" > "Repeat Attributes" or "Spread Attributes" I recorded these step to a macro. But the macro only does toggle. I want to two macros which each do only "repeat" or "spread". <?xml version="1.0" enco...
by kimwida
28 Jun 2018, 09:10
Forum: Titan Macro Library
Topic: Align Mode
Replies: 9
Views: 8329

Re: Align Mode

I just recorded a color-align macro NOT using Titan API. Because if I use Titan API, I should ask many things to the forum. And I just need to set align mode "Repeat" or "Spread" for variety before the macro. What I want to do is just two step. 1. fire selective align mode macro....
by kimwida
28 Jun 2018, 07:04
Forum: Titan Macro Library
Topic: Align Mode
Replies: 9
Views: 8329

Align Mode

Hi. I recorded a color-align macro. And I want to set "Repeat" or "Spread" align mode before I execute the macro. So I wrote two simple macros. ActionScript.SetProperty(Programmer.Editor.Fixtures.AlignMode,"Repeat") ActionScript.SetProperty(Programmer.Editor.Fixtures.Al...
by kimwida
25 Jun 2018, 19:01
Forum: Titan Macro Library
Topic: How to set fade in time of a cue in a cuelist
Replies: 3
Views: 6671

How to set fade in time of a cue in a cuelist

I want to change 2nd cue of a cuelist's fade time to 3 sec. Playbacks.Editor.CueSelection.SelectCueByNumber(handle:"Location=Playbacks,1,1", 2) ActionScript.SetProperty(Playbacks.Editor.Times.CueFadeInTime,3) ActionScript.SetProperty(Playbacks.OptionsEditor.SingleSelection.PlaybackHandles,...
by kimwida
24 Jun 2018, 18:57
Forum: Titan Macro Library
Topic: Add midi Trigger
Replies: 13
Views: 11457

Re: Add midi Trigger

Hi, Gregory. Thanks for the right answer!!! Could you tell me the keyclass and keygroup of "Playback Page +1", "Playback Page -1", "Go", "Connect", "Cuelist +1" and "Cuelist -1" button?? It's kind of tiresome to add 6 triggers in every show...
by kimwida
22 Jun 2018, 18:30
Forum: Titan Macro Library
Topic: Add midi Trigger
Replies: 13
Views: 11457

Re: Add midi Trigger

Just curious. Triggers.SetPendingTargetHardware("PlaybackSelect", Math.ToEnum("", "Avolites.Menus.MenuEventTypes", "OnSelect"), "Playbacks", 1, "Swop") It works. Triggers.SetPendingTargetHardware("PlaybackSelect", Math.ToEnum(&quo...
by kimwida
21 May 2018, 15:06
Forum: Avolites Consoles
Topic: Titan midi controller
Replies: 28
Views: 59683

Re: Titan midi controller

I don't understand what you said. http://api.avolites.com/11.0/Panel.Midi.NoteOn.html http://api.avolites.com/11.0/Panel.Midi.NoteOff.html http://api.avolites.com/11.0/Panel.Midi.Send.html There are methods which can send midi from Titan. And to use titan mobile, at least you need a PC, isn't it??
by kimwida
21 May 2018, 14:40
Forum: Avolites Consoles
Topic: Titan midi controller
Replies: 28
Views: 59683

Re: Titan midi controller

You're such a lazy man!!!
Just kidding. :D :D :D
You don't even want to push one macro button, right?
I don't know how to save color set to launchpad but you can autoload the macro to a cuelist which are set to "Run On Startup Enabled".
I think that makes you much easier.
by kimwida
21 May 2018, 14:31
Forum: Titan Macro Library
Topic: Add midi Trigger
Replies: 13
Views: 11457

Re: Add midi Trigger

Wow!! It works perfect!!
You make my life so much easier!!
I really appreciate it.

Anyway, I found the KeyClass is case-sensitive. So only "PlaybackTouch" works.
by kimwida
21 May 2018, 13:53
Forum: Titan Macro Library
Topic: Add midi Trigger
Replies: 13
Views: 11457

Re: Add midi Trigger

Thank you so much!!! Could you explain "KeyClass" and "KeyName" in detail?? I want to add trigger playback on my playback window. I usually use my launchPad mk2 to trigger playbacks in playback window. <step pause="0.01">Triggers.SetPendingTargetHardware("playbacks...
by kimwida
21 May 2018, 13:13
Forum: Avolites Consoles
Topic: Titan midi controller
Replies: 28
Views: 59683

Re: Titan midi controller

There are many ways to light launch pad MK2. I am using MIDI-OX to send sysEx just for one shot color set. Generally, if you send midi code(color) to each button by channel 1, your MK2 buttons will light with the specific colors. Even you can make them blink. For example this macro will light left b...
by kimwida
20 May 2018, 20:50
Forum: Avolites Consoles
Topic: Titan midi controller
Replies: 28
Views: 59683

Re: Titan midi controller

Yes, as danhoff explained very well and many people use them, titan mobile have midi port and titan support midi trigger in system menu. So you can use any midi device with avolites consoles except titan one. And Grand MA need some midi translator to use midi device's faders because Grand MA doesn't...
by kimwida
20 May 2018, 07:29
Forum: Titan Macro Library
Topic: Add midi Trigger
Replies: 13
Views: 11457

Add midi Trigger

Hi. After install v.11, I can't save my launch Pad MK2 midi trigger settings. Even I can't see two factory triggers, there's nothing trigger. After recording my 80 midi triggers and save show when I restart Titan, there's nothing trigger they all gone. When I start new show, then there are two facto...
by kimwida
18 May 2018, 18:49
Forum: Avolites TitanOne Support
Topic: Can't change chase speed (seconds) after v.11
Replies: 3
Views: 4543

Can't change chase speed (seconds) after v.11

Hi.
After upgrade to v.11, I can't change chase speed like "0.2" seconds.
When I hit "0", it goes to "0.02" and I even can't back space.
When I change tempo units to bpm, it works but not seconds.
I change to test my other fresh pc and it's same.
by kimwida
15 May 2018, 19:57
Forum: Avolites Consoles
Topic: Scale Master Problem on sACN trigger
Replies: 0
Views: 6126

Scale Master Problem on sACN trigger

Everything of sACN trigger is ok except scale master on a fader. Upward scale master is ok but downward looks like out of order. It goes 0% to 100% well but it doesn't go down well 100% to 0%. I tested the fader with other playbacks and other masters on sACN trigger. And they work fine. Only scale m...