Search found 250 matches

by kimwida
01 Mar 2018, 18:43
Forum: Avolites Consoles
Topic: Titan midi controller
Replies: 28
Views: 93608

Re: Titan midi controller

Just curious.
Why do you need fader?? Mobile have already faders.
You can use only physical 10 faders in mobile. Am I wrong??
I think launch pad MK2 is much better. It has more buttons and they are colorful.
by kimwida
01 Mar 2018, 05:00
Forum: Titan Macro Library
Topic: Toggle Structure and Get a Legend
Replies: 2
Views: 4854

Re: Toggle Structure and Get a Legend

Thanks the advice!!! I made it with your advice!!! I used playbackspeed of a dummy chase to make a condition instead of using a legend. <step pause="0.01">ActionScript.SetProperty("Playbacks.Editor.SelectedPlayback", handle:"chaseHandleUN=1049")</step> <step pause="...
by kimwida
28 Feb 2018, 16:21
Forum: Titan Macro Library
Topic: Toggle Structure and Get a Legend
Replies: 2
Views: 4854

Toggle Structure and Get a Legend

Hi! I tried to reduce two buttons action to one button. For example to change two key profiles I need two macro buttons. But I want to do it just one button like toggle button. So I tried to get a legend from a dummy chase and compare it with conditional strings. I searched Titan 10.1 API page but I...
by kimwida
26 Feb 2018, 17:53
Forum: Titan Macro Library
Topic: Change some playbacks' key profile and show information
Replies: 1
Views: 3425

Change some playbacks' key profile and show information

4. A macro that change some playbacks' key profile and show information => To use these macro, you have to find out your custom key profile's id. In my case, "Instant" is 493461 and "Latch" is 493448. => I got 4 strobe playbacks and 6 very fast blink chase playbacks. I use them m...
by kimwida
26 Feb 2018, 17:48
Forum: Titan Macro Library
Topic: Two macros that change some playbacks' xFade and overlap and show information
Replies: 0
Views: 6387

Two macros that change some playbacks' xFade and overlap and show information

3. Two macros that change some playbacks' xFade and overlap and show information
=> These macros produce many other looks from a chase with 2)macros. It also show what xFade and overlap is now from two dummy chases' legend. I have 20%, 80% and 100% overlap macros and 20%, 50% and 100% xFade macros.
by kimwida
26 Feb 2018, 17:47
Forum: Titan Macro Library
Topic: Move palettes and change chase colours macro
Replies: 0
Views: 6543

Move palettes and change chase colours macro

2. Two macros that move palettes and change chase colours macro => Jonas Nijs's ColourChaseChanger(v2) macro is very very useful. But it's a little uncomfortable to use in busking show, becuase it need some step to copy palettes. So I made a macro which circulate 8 palettes with one button. If you w...
by kimwida
26 Feb 2018, 17:45
Forum: Titan Macro Library
Topic: Change some chases' speed to 1x or 2x and show information
Replies: 1
Views: 3222

Change some chases' speed to 1x or 2x and show information

1. A macro that change some chases' speed to 1x or 2x and show information => I got 18 chases controlled by rate 1 master. But sometimes I need them to be double speed. So I made two macros change their speed to 100 BPM and 50 BPM. But when I am busy with busking show, sometimes I don't know what sp...
by kimwida
26 Feb 2018, 04:21
Forum: Titan Macro Library
Topic: Change Legend
Replies: 3
Views: 4935

Re: Change Legend

Thank you, it works!!

Code: Select all

handle:"chaseHandleUN=10555"


This code works with a cue or cuelist playback too.
by kimwida
26 Feb 2018, 04:08
Forum: Titan Macro Library
Topic: Can Cue or Chase Fire A Macro??
Replies: 4
Views: 6459

Re: Can Cue or Chase Fire A Macro??

Thank you. With your advice, I think I can do what I want. Make a cue playback to two step cuelist and autoload a macro in the second cue which release other playbacks. =================================================================================================== I don't know why but it need 3 ...
by kimwida
25 Feb 2018, 17:39
Forum: Titan Macro Library
Topic: Change Legend
Replies: 3
Views: 4935

Change Legend

I know how to change legend a cue in a chase. This code changes first cue's legend to "Test" in the chase which user id is 10555. <step pause="0.01">Playbacks.SetCueLegend(handle:"chaseHandleUN=10555", 1, "Test")</step> But I want to change the legend of the c...
by kimwida
25 Feb 2018, 11:40
Forum: Titan Macro Library
Topic: Can Cue or Chase Fire A Macro??
Replies: 4
Views: 6459

Can Cue or Chase Fire A Macro??

I know how to fire a macro in cuelist. But is it possilbe to fire a macro in a cue or chase?? The reason why I need it is, I want to make groups of cues or chases in which only one cue or chase can be pushed. Like manufactured palette fade time macros. When I push one of the macros, the others relea...
by kimwida
24 Feb 2018, 02:54
Forum: Titan Macro Library
Topic: Move my palettes
Replies: 5
Views: 5787

Re: Move my palettes

Hi, Gregory!! It works perfectly!! Thank you so much!!!!!!!!!!!!!!!!!! This code moves 1page 63th slot to current page 61th slot. <step pause="0.01">Handles.SetSourceHandleFromHandle(Handles.GetHandle("PlaybackWindow",0,62))</step> <step pause="0.01">ActionScript.SetPro...
by kimwida
20 Feb 2018, 13:18
Forum: Avolites TitanOne Support
Topic: CUE Priority playback problem
Replies: 6
Views: 5856

Re: CUE Priority playback problem

Yes, Nic is right. Cue 3 can't override cue 1. Cue 3 only override cue 1 when cue 3 is 100%. I only tested it with cue 3 100%. Sorry. If cue 3 is recorded on playback button, not on a fader. 1) Try to record cue 2 again by dimmer shape generator or keyframe shape. 2) Record cue 3 in channel mode wit...
by kimwida
20 Feb 2018, 10:34
Forum: Avolites TitanOne Support
Topic: CUE Priority playback problem
Replies: 6
Views: 5856

Re: CUE Priority playback problem

I don't know what exactly you want. But just try this if you made Cue 2 by dimmer shape generator. Cue 1,2 : Normal Priority Cue 3 : High Priority and .. 1) Edit Times > Mode 3 2) Include Cue 3 > Shapes And Effects > Shape Generator > Create > Dimmer > Block I Shape > Record To Cue 3 with Merge
by kimwida
19 Feb 2018, 16:05
Forum: Titan Macro Library
Topic: Move my palettes
Replies: 5
Views: 5787

Re: Move my palettes

To move playback or palette 1) Set source. 2) Move the handle. I think I've done first step and 1/3 of second step. <step pause="0.01">Handles.SetSourceHandleFromHandle(handle:"chaseHandleUN=10555")</step> <step pause="0.01">Handles.Move(Handles.SourceHandle, "Play...