Search found 1377 matches

by Gregory
29 Aug 2025, 19:42
Forum: Titan Macro Library
Topic: How to copy/transfer a macro into a Layout using AddLayoutElements?
Replies: 3
Views: 721

Re: How to copy/transfer a macro into a Layout using AddLayoutElements?

Please try the following: <step>Layouts.AddLayoutElements("Location=Layouts,1,1", handle:"Location=Macros,1,11", 0, 0)</step> In macro scripts handle: or similar indicates that the value should be converted to the type preceding the colon. This is only necessary if an conversion ...
by Gregory
17 Aug 2025, 17:55
Forum: General Discussion
Topic: Getting diffrent Page faders to work.
Replies: 4
Views: 5584

Re: Getting diffrent Page faders to work.

I'm not sure if this is what you mean but in the version 14.0 release notes is the following: Titan Go restore fader position on page change: When changing page in Titan Go the faders will now move to reflect the level of different active playbacks on the same handle (where relevant). In versions pr...
by Gregory
15 Aug 2025, 21:23
Forum: Avolites Consoles
Topic: T2 midi usb controllers support
Replies: 6
Views: 13159

Re: T2 midi usb controllers support

I use a X-Touch compact and have it setup as following:(CC) information. Hey, maybe I am a little bit late but will you be able to receive feedback from the console, for example with switching pages. Will the motor faders move? Titan does not generally send MIDI, not even as feedback. Although it i...
by Gregory
15 Aug 2025, 21:14
Forum: Titan Macro Library
Topic: Bump macro
Replies: 1
Views: 6265

Re: Bump macro

Although you wouldn't be able to store it as a palette, what you might be able to do is use Off on all the attributes you want to remove from palettes or cues and then merge that into the ones you want. In principle in should be possible to write a macro to set attributes to Off in the programmer. T...
by Gregory
15 Aug 2025, 20:56
Forum: Titan Web API
Topic: Select more than one fixture with userNumbers or titanId
Replies: 2
Views: 6020

Re: Select more than one fixture with userNumbers or titanId

The SelectFixtures function takes a handle group string which refers to an area of buttons or faders on the console along with a list of 0-based indexes for the handles within that group. There is a list of handle groups on this Wiki page . If you want to select using Titan IDs you can use SelectFix...
by Gregory
09 Jul 2025, 20:53
Forum: General Discussion
Topic: Getting diffrent Page faders to work.
Replies: 4
Views: 5584

Re: Getting diffrent Page faders to work.

I should probably point out that OsiMIDI is not offically supported as stated here : Osimidi does not use an official interface to Titan; not only do we recommend against users using it, we provide no support for it as it could cause instability in Titan up to and including application crashes. User...
by Gregory
02 Jun 2025, 11:51
Forum: General Discussion
Topic: Arena Simulator - Additional Fader Screen
Replies: 3
Views: 4585

Re: Arena Simulator - Additional Fader Screen

When running Titan Simulator in Arena mode the Virtual Panel application should show the 30 playback faders on the left side of the console. All playbacks should be visible in the Show Library window allowing to view or edit them although it is not possible to record new playbacks in the Show Librar...
by Gregory
01 Jun 2025, 23:02
Forum: Avolites Consoles
Topic: Copy/Paste Fixture Order
Replies: 2
Views: 3849

Re: Copy/Paste Fixture Order

If you select a group the fixture order/layout will go into the programmer, if you either record a new group (e.g. by double tapping) or merging into an existing group the order should go into the new group. When recording into an existing group there is also an option on softkey D Update Fixture Po...
by Gregory
01 Jun 2025, 22:52
Forum: Avolites TitanOne Support
Topic: hold down a group button on PC
Replies: 2
Views: 4623

Re: hold down a group button on PC

There is no specific way to do that. As of v18.0 it should be possible to touch the softkey menu buttons if they are on the same screen as you are holding down the group, but not if you are using a mouse. An alternative is that you can use the keyboard shortcuts to select the softkey menu items whil...
by Gregory
24 May 2025, 17:06
Forum: Avolites Consoles
Topic: Quick Save x Auto Save
Replies: 2
Views: 3915

Re: Quick Save x Auto Save

Auto saves are an uncompressed copy of the binary (.d4b) show file as such they can be created with minimal impact to the rest of the software. In all recent versions of software Quick Saves are just a normal save, the only difference is that you can press Disk twice to quickly make the save. A quic...
by Gregory
24 May 2025, 16:53
Forum: Avolites Consoles
Topic: Import Reports
Replies: 2
Views: 3771

Re: Import Reports

The import function in Titan reads data from another show file (.d4z file) and adds it into the currently loaded show. There isn't a Titan function to read or load previously created reports exported from the software. Although technically it might be possible to parse a report file and turn it into...
by Gregory
23 May 2025, 14:38
Forum: General Discussion
Topic: Titan One Old Dongel Key
Replies: 1
Views: 3601

Re: Titan One Old Dongel Key

If you have an original TitanOne (i.e. the one with the built in cable) then on its own it is only compatible with Titan v7-v11. To use newer versions of software you would require an Editor AvoKey which can be used with or without the TitanOne connected.
by Gregory
13 May 2025, 11:41
Forum: Avolites Consoles
Topic: Question about Playback Groups
Replies: 2
Views: 3949

Re: Question about Playback Groups

Unfortunately it seems that the mutually exclusive feature of playback groups is not working as intended for chases and cue lists when the kill point is set to fade completed in version 18. This issue has been logged and should hopefully be looked at for a future release. In the case of cue lists yo...
by Gregory
12 May 2025, 11:06
Forum: Titan Macro Library
Topic: Replacing a playback on the playback window
Replies: 2
Views: 4389

Re: Replacing a playback on the playback window

Playbacks.ReplacePlaybackCue should be the correct function for what you have described. For example: Playbacks.ReplacePlaybackCue(userNumber:1, false) This seems to do what I would expect, I had two dimmers with the first recorded in the playback, with the only the second dimmer in the programmer ...
by Gregory
12 May 2025, 10:44
Forum: General Discussion
Topic: Winamp Timecode
Replies: 1
Views: 3950

Re: Winamp Timecode

In a cue list it is probably easiest to insert a cue at the beginning of your cue list that has all the fixtures in the correct positions with the timecode set to 00:00:00.00 and then only add the intensities at the 1 minute point. You can give this a cue number like 0.5 and use Record By Fixture to...