Search found 1371 matches

by Gregory
28 Jan 2025, 01:05
Forum: Titan Macro Library
Topic: Cue list to chase
Replies: 1
Views: 2973

Re: Cue list to chase

There isn't an option to convert a chase or cue list but you can move or copy all the cues in any playback to any other playback. This is relatively straightforward to do using the Move or Copy button and selecting the cues from the Playback View or by using syntax . If you want to do the same using...
by Gregory
28 Jan 2025, 00:11
Forum: Titan Macro Library
Topic: Bump Replacer
Replies: 21
Views: 58819

Re: Bump Replacer

I'm not sure if I follow your question, please explain further if neither of the points below are helpful. If you mean that you want to recall a group based on its handle location instead of its user number you can use: Group.RecallGroup(location:("Groups", 1)) Generally if you recall a gr...
by Gregory
27 Jan 2025, 21:56
Forum: Avolites Consoles
Topic: Expert cloning
Replies: 1
Views: 4204

Re: Expert cloning

You can save you show file to a USB stick and load that up on a second console, when loading a show the console must be the same software or newer than the software the show was saved in. Alternatively if you want to network the consoles together you can use TitanNet Backup to transfer the show file...
by Gregory
24 Jan 2025, 17:00
Forum: Titan Macro Library
Topic: Macro: Fire Static Playback 1
Replies: 6
Views: 7254

Re: Macro: Fire Static Playback 1

If you don't want the attributes to release to home you could: ⋅ Use Playbacks.KillPlayback instead of Playbacks.ReleasePlayback , kill will leave all LTP attributes at their current values (HTP values would go to zero if no other playback includes them). ⋅ Change the Release To ...
by Gregory
23 Jan 2025, 22:30
Forum: Titan Macro Library
Topic: Bump Replacer
Replies: 21
Views: 58819

Re: Bump Replacer

Hello, I'm working on a bump macro for color, but it replaces the palette, and the color is no longer in the palette. Can someone help me? this is my macro Most likely it is the Palette.StoreCurrentPaletteReplace() function that is tripping you up, internally it is is used when pressing the Replace...
by Gregory
23 Jan 2025, 21:59
Forum: Titan Macro Library
Topic: Move playback to original position/ID
Replies: 5
Views: 5486

Re: Move playback to original position/ID

Based on Sebastian's suggestion of identifying the original location with the user number I have come up with the following: <?xml version="1.0" encoding="utf-8"?> <avolites.macros xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="...
by Gregory
23 Jan 2025, 20:52
Forum: Avolites Consoles
Topic: layout view
Replies: 1
Views: 3516

Re: layout view

Available workspace windows are listed in the Open Workspace Window menu which is softkey F in the main/root Program Menu . You can also press View twice to open that menu . While in that menu an overlay is shown allowing windows to be opened that way; Layout View is under View Windows towards the b...
by Gregory
23 Jan 2025, 19:44
Forum: Avolites Consoles
Topic: Default home position
Replies: 5
Views: 9970

Re: Default home position

@Gregory - I have a question, is it possible to restore the Record -> Release function to the "factory" settings? I have recorded a few parameters, but I would like to restore the Release function to its original state. There isn't a specific function to restore the default power on/relea...
by Gregory
17 Jan 2025, 17:06
Forum: Avolites Consoles
Topic: Questions regarding T3
Replies: 4
Views: 7189

Re: Questions regarding T3

Sorry to hear that you are having issues with your T3, in regards to point 1, please could you contact service@avolites.com for support.
by Gregory
15 Jan 2025, 11:40
Forum: General Discussion
Topic: How to work on a showfile without console
Replies: 16
Views: 41696

Re: How to work on a showfile without console

Is there a way to create/edit a showfile on a PC without ever plugging a console to my PC? I can't move the console from the place i work, but i'd like to be able to edit my showfile when i'm at home at my PC. Titan Simulator is asking me for a key. Titan Simulator or Titan Go is the way to run or ...
by Gregory
09 Jan 2025, 00:30
Forum: Titan Macro Library
Topic: Macro: Fire Static Playback 1
Replies: 6
Views: 7254

Re: Macro: Fire Static Playback 1

Perhaps macros akin to the factory macros Fire First Playback , Kill First Playback Page 1 , Release Tenth Playback (9 macros in total for all combinations) are what is being requested. These use the location of the playback rather than the user number. As an example firing the 10th static playback ...
by Gregory
08 Jan 2025, 10:57
Forum: Avolites TitanOne Support
Topic: Glitch? Workspace windows won't open
Replies: 1
Views: 5181

Re: Glitch? Workspace windows won't open

To help investigate this further please open a support ticket with as much information as you can and include a copy of your show file along with logs using Log Collector.
by Gregory
26 Dec 2024, 12:49
Forum: General Discussion
Topic: I have registered, downloaded and installed Titan PC Suit.
Replies: 1
Views: 3261

Re: I have registered, downloaded and installed Titan PC Suit.

If you are running Titan Simulator v12 or later you will require an AvoKey (hardware security USB) connected (T1, T2, T3 and newer Titan Mobiles have this built-in). Older versions such as v11.4 could be unlocked with a software licence online. Titan Simulator will output an occasional DMX spoiler (...
by Gregory
06 Dec 2024, 00:03
Forum: Avolites TitanOne Support
Topic:  Parallels Titan One loading screen freezes.
Replies: 1
Views: 3971

Re:  Parallels Titan One loading screen freezes.

The use of Titan within virtual machines including Parallels is not officially supported. Previously I would have suggested running Windows in Bootcamp however I don't think that is possible with M-series processors.
by Gregory
05 Dec 2024, 14:24
Forum: Titan Macro Library
Topic: Change fixture order of a group
Replies: 2
Views: 4589

Re: Change fixture order of a group

The types that the function Group.SetGroupFixtureOrder use are not ones that can be defined or converted in a macro specifically the LayoutElementInformation type. The function is used internally by the Group Layout Editor window and it creates and updates the data that it passes to that function. I...