Search found 250 matches

by kimwida
05 Dec 2021, 09:41
Forum: Titan Macro Library
Topic: How to set a chase playorder??
Replies: 3
Views: 16455

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....
by kimwida
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: 16545

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 ...
by kimwida
13 Nov 2020, 02:09
Forum: Titan Macro Library
Topic: Is it possible to edit cues of chase or cuelist with API v.14?
Replies: 2
Views: 16545

Is it possible to edit cues of chase or cuelist with API v.14?

I am trying to write some macros edting cues of my chase and cuelist.

I just want to know it is possible or not.

If it is, give me some clues.
by kimwida
22 Sep 2020, 12:26
Forum: General Discussion
Topic: TOUCH OSC
Replies: 1
Views: 6044

Re: TOUCH OSC

Touch OSC --> iConnectMIDI4+ --> Quartz

I've done it before but I sold iConnectMIDI4+ because I prefer touch screen now.
by kimwida
02 Jul 2020, 03:45
Forum: Avolites Consoles
Topic: Show File Size Limitation
Replies: 1
Views: 2249

Show File Size Limitation

Is there size limitation of show file??
My show file is almost 50MB.
When it is under 49MB, it has no problem.
But when it is over 50MB, it shows some errors.

viewtopic.php?f=12&t=6357&p=22681&hilit=save#p22681
by kimwida
30 Jun 2020, 00:57
Forum: Titan Macro Library
Topic: Store Palette
Replies: 2
Views: 17257

Re: Store Palette

It doesn't make color icon in a macro. So I break it two macros and I got what I want. Thank you. Any you can record it any page. I got hint from Avolites-wiki. <avolites.macros> <macro id="MakeColor"> <name>Make Color</name> <sequence> <step pause="0.01">Selection.Context.Progra...
by kimwida
30 Jun 2020, 00:28
Forum: Titan Macro Library
Topic: User Setting
Replies: 3
Views: 16038

Re: User Setting

Thank you, Seb. Only "Lock Screen Background" is left. <?xml version="1.0" encoding="utf-8"?> <avolites.macros> <!-- Automatically exported from 2020-06-19 - Titan Mobile 13.0.27.5 (DESKTOP-52RIIIL) on 2020-06-20 오후 8:14:31. --> <macro id="My_User_Setting"> <n...
by kimwida
26 Jun 2020, 14:35
Forum: Titan Macro Library
Topic: Lua code to generate many macro files
Replies: 0
Views: 18083

Lua code to generate many macro files

Sometimes you need to make many macro files which are doing smiliar things. This is my lua code to generate them and you can use any programming language instead of lua. FileName = "Chase XFade" MacroName = "% XFade" MacroId = "Chase_XFade" Window = "PlaybackWindow...
by kimwida
26 Jun 2020, 14:25
Forum: Titan Macro Library
Topic: User Setting
Replies: 3
Views: 16038

User Setting

Some of settings are missing. If you know them, update it please. <?xml version="1.0" encoding="utf-8"?> <avolites.macros> <macro id="My_User_Setting"> <name>My User Setting</name> <sequence> <!-- General --> <!--<step pause="0.001">ActionScript.SetProperty(&q...
by kimwida
25 Jun 2020, 17:14
Forum: Titan Macro Library
Topic: Update Chase's Cues
Replies: 1
Views: 14456

Re: Update Chase's Cues

It looks like "Void Playbacks.Select.EditHandle(Handle handle)" doesn't work. There is only one example(appending cue to a cuelist) using it in Avolite Wiki but it has nothging to to do it. https://www.avolites.de/wiki/macros:example:recordcuelistandinsertcue <step>Playbacks.CueList.Create...
by kimwida
19 Jun 2020, 08:28
Forum: Titan Macro Library
Topic: Store Palette
Replies: 2
Views: 17257

Store Palette

Hi, I am trying to store a palette with programmer. <step pause="0.01">Selection.Context.Programmer.SelectFixtures("Fixtures", {1,2,3})</step> <step pause="0.01">Programmer.Editor.Fixtures.SetControlValueById(240,1,1,true,true)</step> <step pause="0.01">Progra...
by kimwida
18 Jun 2020, 11:55
Forum: Titan Macro Library
Topic: Update Chase's Cues
Replies: 1
Views: 14456

Update Chase's Cues

Hi, I recorded a two step chase and I am trying to overwrite the chase's two cues. <step pause="0.01">Group.RecallGroupNumeric(116)</step> <step pause="0.01">Palette.ApplyPalette("Location=Colours,1,10", false)</step> <step pause="0.01">Playbacks.Select.EditHa...
by kimwida
26 May 2020, 10:38
Forum: Titan Macro Library
Topic: Fire a Cuelist in Playbackwindow with 100% level
Replies: 0
Views: 17979

Fire a Cuelist in Playbackwindow with 100% level

When you fire a cuelist in a playbackwindow (not in a fader), you will find that it does not work with any chase which is autoloaded in it. That's becuase you can't level up the cuelist, it's just a button without a fader. This code fires 2nd page's first playback cuelist with 100% level. And it mak...
by kimwida
11 Jan 2020, 18:33
Forum: Avolites TitanOne Support
Topic: Can't Save Show File
Replies: 1
Views: 3539

Can't Save Show File

I am using two V12.1 T1s. One for my home, the other for my club. Usually, I program it at home and upload it to my cloud. Then I download it and use it for my club show. I don't have any error to save show file in my home but in my club I can't save show file and it shows these errors. Error.JPG er...
by kimwida
09 Jan 2020, 15:30
Forum: Avolites Consoles
Topic: Macro
Replies: 5
Views: 5155

Re: Macro

There would be a elegant macro but I think it is a simple solution.
Why don't you make the macro "handle paging locked"??
"Playback options" >> select the macro >> "Handle Paging Locked"