Search found 250 matches

by kimwida
12 Dec 2018, 08:36
Forum: Avolites Consoles
Topic: Multi layer color chase/cuelist
Replies: 1
Views: 2183

Re: Multi layer color chase/cuelist

I am using similar things with my launch pad MK2. They are a set of macros and they are for many type of 2 color chases, for example overlaping, bumps and etc. 1. Record two base color palettes for the chases. 2. Record chases with the two base color palettes. 3. Record a set of macros which change ...
by kimwida
08 Nov 2018, 07:37
Forum: General Discussion
Topic: Where can I find a current version of a Titan simulator
Replies: 3
Views: 20859

Re: Where can I find a current version of a Titan simulator

If you run simulator, there will be another window which show the current version.
another window.JPG
another window.JPG (26.67 KiB) Viewed 20853 times
by kimwida
19 Oct 2018, 13:46
Forum: Avolites TitanOne Support
Topic: disable programmer functions Titan One
Replies: 3
Views: 5074

Re: disable programmer functions Titan One

Titan doesn't have the function. But it's possible if you write some macros. Actually I wrote some macros to achieve similar one. <avolites.macros> <macro id="Release_For_Up1"> <name>Release For Up 1</name> <sequence> <step pause="0.01">Playbacks.ReleasePlayback(handle:"Loca...
by kimwida
18 Oct 2018, 07:01
Forum: Avolites Consoles
Topic: Chase Intensity Release Issue
Replies: 1
Views: 1928

Chase Intensity Release Issue

Intensity release of a chase doesn't work for me. To reproduce this. 1) Record a cue with a fixture dimmer 100%. 2) Record a chase with the fixture dimmer 0% and make it "cross fade http" On. 3) Set the chase "Release Mask" to "I------" and "Release Time" to 3...
by kimwida
05 Oct 2018, 16:28
Forum: Avolites TitanOne Support
Topic: Windows Update and No DMX Output
Replies: 3
Views: 5726

Re: Windows Update and No DMX Output

It's very weird. At every p.m 7:42, Avolites CITP and Avolites WebAPI stop. It makes no DMX output. ( I use Titan without local and internet network. ) I had several no DMX output accidents again. So I checked the Windows Event Views and I found they automatically stopped at every 7:42 p.m. I never ...
by kimwida
27 Sep 2018, 03:26
Forum: General Discussion
Topic: v11.1 recovery creator
Replies: 1
Views: 4748

v11.1 recovery creator

First of all, thanks for this 11.1 update. Now I can import my show file again!!! And I have a question about this update. In the release notes, it says that the recovery creator can make Titan to improve the performance. The recovery creator is only for real consoles, right? And how could Titan One...
by kimwida
14 Sep 2018, 08:30
Forum: Avolites TitanOne Support
Topic: Windows Update and No DMX Output
Replies: 3
Views: 5726

Windows Update and No DMX Output

Yesterday, I encountered no DMX output in my show. Titan worked but no DMX output. I exited Titan One and tried to release USB dongle. (At that time it lit green.) But I couldn't cause it was busy even I exited Titan One. So I rebooted windows 10 and it started to update windows. Fortunately it was ...
by kimwida
01 Sep 2018, 23:39
Forum: Titan Macro Library
Topic: Add midi Trigger
Replies: 13
Views: 11457

Re: Add midi Trigger

I think I found what made my midi triggers gone. If there is already trigger settings on a pc and load a show file which have another trigger settings on the pc, the gone things happen. (Actually both trigger settings are same, because I upload my show file from my home to cloud and download it to m...
by kimwida
29 Aug 2018, 09:57
Forum: Titan Macro Library
Topic: How to set fade in time of a cue in a cuelist
Replies: 3
Views: 6671

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

Wow!
It works like a charm!!!
You just solved my Big old problem.
Thank you so much! :D :D :D
by kimwida
25 Aug 2018, 03:36
Forum: Avolites TitanOne Support
Topic: Avolites version 11 cuelist issue
Replies: 10
Views: 7794

Re: Avolites version 11 cuelist issue

In my case, record 3 steps cuelist. "Clear" button > select some fixtures > apply a palette > "Record" button > select the cuelist > Type "1.1" in Cue Number > Push "Insert Cue 1.1" It works. You'd better explain how to record your cuelist in more detail.
by kimwida
04 Aug 2018, 23:38
Forum: Avolites TitanOne Support
Topic: Active Playback fader problem
Replies: 2
Views: 3797

Re: Active Playback fader problem

User Settings > Handles > Playback Paging > Never Hold
by kimwida
30 Jun 2018, 22:20
Forum: Titan Macro Library
Topic: How to set fade in time of a cue in a cuelist
Replies: 3
Views: 6671

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

Weird thing... ActionScript.SetProperty("Playbacks.Editor.SelectedPlayback",handle:"Location=Playbacks,1,1") Playbacks.Editor.CueSelection.SelectCueByNumber(handle:"Location=Playbacks,1,1", 3) Handles.SetSourceHandleFromHandle(handle:"Location=Playbacks,1,2") ...
by kimwida
30 Jun 2018, 20:56
Forum: Titan Macro Library
Topic: Align Mode
Replies: 9
Views: 8328

Re: Align Mode

<?xml version="1.0" encoding="utf-8"?> <avolites.macros> <macro id="Test_Align"> <name>Test Align</name> <sequence> <step pause="0.01">ActionScript.SetProperty.Boolean("Programmer.Editor.Fixtures.ClearAlignMask",false)</step> <step pause="0.01&...
by kimwida
28 Jun 2018, 10:28
Forum: Titan Macro Library
Topic: Align Mode
Replies: 9
Views: 8328

Re: Align Mode

1. Select 1st fixture and apply first color palette. Which one shoud I use to select a fixture by API?? Void Selection.Context.Global.SelectFixture(Handle handle) Void Selection.Context.Programmer.SelectFixture(Handle handle) Void Selection.Context.SelectFixture(Handle handle) should need this. Voi...
by kimwida
28 Jun 2018, 09:55
Forum: Titan Macro Library
Topic: Align Mode
Replies: 9
Views: 8328

Re: Align Mode

Yes, it works! Thanks. Align Color Macro of fixture 1 thru fixture 8 1. Select 1st fixture and apply first color palette. 2. Select 8st fixture and apply second color palette. 3. Select all fixture (or using a group). 4. "Menu" button > "Align Fixtures" > Set the setttings. (--c-...