Search found 25 matches

by daanvg98
28 May 2026, 15:27
Forum: Titan Macro Library
Topic: Fixture position from programmer
Replies: 0
Views: 4640

Fixture position from programmer

Hi, Is there a way to create a macro in xml that does the following: 1. Select a group (1) 2. records that group (1) upon another group (2) and choses the function "Update Fixture Positions from Programmer" 3. clear I know how to do it in the console itself, but I want to create it in XML.
by daanvg98
28 May 2026, 15:19
Forum: Titan Macro Library
Topic: Mask FX macro in XML
Replies: 4
Views: 30581

Re: Mask FX macro in XML

Thanks!

Works great!
by daanvg98
17 May 2026, 15:45
Forum: Titan Macro Library
Topic: Mask FX macro in XML
Replies: 4
Views: 30581

Re: Mask FX macro in XML

Hi,

The macro I want to create is the following:
1. blind on
2. select a group
3. create a mask fx on the intensity, colour, and beam attribute
4. record on a playback
5. clear
6. blind off

I have every step execpt for step 3.
by daanvg98
04 May 2026, 20:16
Forum: Titan Macro Library
Topic: Palette ID instead of location
Replies: 0
Views: 22204

Palette ID instead of location

Hi, Right now I have a macro containing the following line: <step pause="0.01">ActionScript.SetProperty("Palette.CurrentPaletteHandle", handle:"Location=Colours,1,400")</step> <step pause="0.01">Palette.StoreCurrentPaletteReplace()</step> Right now it makes us...
by daanvg98
02 May 2026, 16:47
Forum: Titan Macro Library
Topic: Mask FX macro in XML
Replies: 4
Views: 30581

Mask FX macro in XML

Hi,

I can't find anywhere on this forum or the macro wiki how to create a mask fx macro that recordes a mask fx (with certain attributes) on a playback or in a cuelist. Can anyone help me with this?

Thanks in advance!

Daan
by daanvg98
02 May 2026, 11:26
Forum: Titan Macro Library
Topic: Macro remove autoload
Replies: 0
Views: 25986

Macro remove autoload

Hi, I want to remove all autoloads from a cue in a cuelist. I found the one on the macro wiki, but this one is bound to a user number. Since I want to remove all autoloads nomather what playback is being autoloaded this doesn't work for me. Does someone know how to do this? Also I want a macro that ...
by daanvg98
12 May 2025, 14:12
Forum: Titan Macro Library
Topic: Replacing a playback on the playback window
Replies: 2
Views: 27823

Re: Replacing a playback on the playback window

Thats works great! Thanks!
by daanvg98
11 May 2025, 10:33
Forum: Titan Macro Library
Topic: Replacing a playback on the playback window
Replies: 2
Views: 27823

Replacing a playback on the playback window

Hi, I am trying to replace a playback on the playbacks window. Right now I use this command line: <step pause="0.01">Playbacks.StoreCue("PlaybackWindow", 331, false)</step> But titan says the playback allready in use, which is true. I tried using a different command from this sit...
by daanvg98
10 May 2025, 14:14
Forum: Titan Macro Library
Topic: Replace a excisting playback in the playback window
Replies: 1
Views: 23976

Replace a excisting playback in the playback window

Hi, I am trying to create a macro that replaces 2 seperate playbacks (or more). Right now I have to following: <?xml version="1.0" encoding="utf-8"?> <avolites.macros> <macro id="Flash White 1/2" name="Update Flash 1/2"> <sequence> <step pause="0.01"...
by daanvg98
19 Feb 2025, 09:11
Forum: Titan Macro Library
Topic: Replace colour palette
Replies: 1
Views: 24276

Replace colour palette

Hi guys, Trying to create a macro that replaces a colour pallete for a other colour. step 1 blind active step 2 select group (for example) 1 step 3 select colour ID:1 (for example) step 4 merge or replace on ID:2 (for example) step 5 clear step 6 blind inactive END MACRO I based my macro on the Pale...
by daanvg98
01 Feb 2025, 17:53
Forum: Titan Macro Library
Topic: Move playback to original position/ID
Replies: 5
Views: 31988

Re: Move playback to original position/ID

Hi,

Is this also possible to do in the static playbacks and executors section? I use a Sapphire touch most of the time and want the same thing on the 19th button.
by daanvg98
01 Feb 2025, 16:11
Forum: Titan Macro Library
Topic: Move playback to original position/ID
Replies: 5
Views: 31988

Re: Move playback to original position/ID

Hi guys,

The macro worked fantastic! Thank you for your help.
by daanvg98
27 Jan 2025, 09:29
Forum: Titan Macro Library
Topic: Move playback to original position/ID
Replies: 5
Views: 31988

Re: Move playback to original position/ID

Hi,

Thanks for the reply. I'll test the macro when I've got the time.
by daanvg98
20 Jan 2025, 10:23
Forum: Titan Macro Library
Topic: Move playback to original position/ID
Replies: 5
Views: 31988

Move playback to original position/ID

Hi, I've been struggling for a while to create a certain macro. I'll explain what I am trying to achieve. I have let's say 5 different playbacks/cuelists which are located in my playback window. I have 1 fader free which I want to place those playbacks/cuelists on. I want to do this via a macro, so ...
by daanvg98
04 Mar 2024, 11:07
Forum: Avolites Consoles
Topic: Import show, Timeline not found
Replies: 1
Views: 40121

Import show, Timeline not found

Hi,

I want to import a Timeline from a different showfile. But the timeline is nowhere to be found in the show library of that show file. Is this a bug or am I missing something.