Search found 1136 matches

by icke_siegen
Yesterday, 09:12
Forum: Titan Macro Library
Topic: How to copy/transfer a macro into a Layout using AddLayoutElements?
Replies: 3
Views: 722

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

Do you have the macro and the layout in the respective locations which are referenced in that macro? I just tried this and it works for me: <step>Layouts.AddLayoutElements("Location=Layouts,1,1", handle:"Location=Macros,1,11", 0, 0)</step> ⋅  Location=Layouts,1,1 refers...
by icke_siegen
18 Aug 2025, 09:36
Forum: Titan Web API
Topic: Select more than one fixture with userNumbers or titanId
Replies: 2
Views: 6023

Re: Select more than one fixture with userNumbers or titanId

I tried Gregory's examples, and while some yield in errors like 'cannot cast...', this one does work: http://localhost:4431/titan/script/2/Selection/Context/Global/SelectFixturesFromHandles?handleList_userNumberList=1,2,3 You see a little caveat here: I am using port 4431, in order to have my sselec...
by icke_siegen
13 Aug 2025, 08:32
Forum: General Discussion
Topic: Run Titan in specific version on PC
Replies: 2
Views: 3357

Re: Run Titan in specific version on PC

Please have a look at https://avosupport.de/wiki/downloads/titan-switch#english. While not being an official Avolites program it is used so widely that I am confident to suggest it here (in fact I made it myself). After installing TitanSwitch you need to install and import Titan versions in ascendin...
by icke_siegen
24 Jun 2025, 10:28
Forum: Avolites Personality Builder
Topic: Fixtures not updating in Titan One/Go
Replies: 5
Views: 9886

Re: Fixtures not updating in Titan One/Go

Hi, there are probably some little errors in your file. From what I see there is a macro defined with empty steps, and there is an attribute 'Shutter func' defined but not assigned to a wheel. Also this is not included into the only mode but the 'Dimmer' attribute requires it for its condition. The ...
by icke_siegen
23 Jun 2025, 22:00
Forum: Avolites Consoles
Topic: Attributes editor
Replies: 1
Views: 2782

Re: Attributes editor

At least for me there is nothing obvious. Thus I'd start systematically: ⋅ does the computer in the venue run the same version of Titan, or is it a different version? ⋅ have you tried to start a new show, just patch a few fixtures, and see if you can control their attributes? &sd...
by icke_siegen
11 Jun 2025, 08:12
Forum: Avolites Personality Builder
Topic: Creat CCT fader
Replies: 1
Views: 3027

Re: Creat CCT fader

Hi Eli,

thank you for your post. However, as you write you are using Litux Artnet Controller and not Titan, we simply cannot help you. I suggest to look for some Litux help forum or community.

Sebastian
by icke_siegen
10 Jun 2025, 08:45
Forum: Avolites TitanOne Support
Topic: Page Legends
Replies: 2
Views: 3464

Re: Page Legends

These are remnants from old versions. "Fixture and Playbacks" and "Palettes and Groups" were the 'compatibility windows' which would help to adapt shows from old Pearl Experts to newer consoles with different physical surface. Thus it was helpful to be able to give the pages in t...
by icke_siegen
28 Apr 2025, 10:17
Forum: Avolites Consoles
Topic: Give priority on pixel mapper effect over shape effect
Replies: 1
Views: 3960

Re: Give priority on pixel mapper effect over shape effect

Record a Mask Shape into the cue with the pixelmap effect.

- Select the fixtures
- Shapes And Effects
- Mask FX
- Create Mask Shape
- Record, select the executor with the pixelmap effect, select 'Merge' from the menu, Clear
by icke_siegen
21 Apr 2025, 16:44
Forum: Avolites Consoles
Topic: Can’t generate PDF Report
Replies: 1
Views: 21423

Re: Can’t generate PDF Report

My immediate solution would be to export it as HTML, open this in a browser, and print/save this as pdf from the browser. If you want to really solve this then I'd start with the logs (log viewer/log collector). Exporting pdf files depends from a library called wkhtmlpdf - maybe something went wrong...
by icke_siegen
02 Mar 2025, 17:11
Forum: Avolites Visualiser
Topic: Visualizer problem
Replies: 1
Views: 17878

Re: Visualizer problem

Most likely you are seeing the DMX spoiler: when using the simulator, every few minutes the output gets 'disturbed' which is totally fine and doesn't hinder your learning and preprogramming - only you won't run a show with this.
by icke_siegen
24 Feb 2025, 18:17
Forum: General Discussion
Topic: Timecode framerate
Replies: 1
Views: 20683

Re: Timecode framerate

Are you using mp3 audio files? Then most likely this is the issue - Winamp outputs wrong timestamps. Try to recode the files as wav - this should solve the problem.
by icke_siegen
27 Jan 2025, 14:11
Forum: Avolites Visualiser
Topic: Is there any way to import capture 2023 files to the arena wihtout loss of data from downscaling to earlier versions?
Replies: 2
Views: 10258

Re: Is there any way to import capture 2023 files to the arena wihtout loss of data from downscaling to earlier versions

You need to use a Capture 2020 file in Titan v17, see https://manual.avolites.com/docs/capture-visualiser/capture-show-files#importing-shows However as far as I know the fixture types are the same across the various Capture versions. If a particular type is not shown in the internal Capture visualis...
by icke_siegen
20 Jan 2025, 15:45
Forum: Titan Macro Library
Topic: Move playback to original position/ID
Replies: 5
Views: 8846

Re: Move playback to original position/ID

Nice idea. I played a little bit with this but did not succeed - maybe Gregory can help. - how do you identify the original playbacks? by their usernumber? - maybe it's possible to adhere to some convention like 'the usernumber follows the location index' or so - in any case there needs to be a way ...
by icke_siegen
20 Jan 2025, 15:01
Forum: Avolites Consoles
Topic: Questions regarding T3
Replies: 4
Views: 10835

Re: Questions regarding T3

is the "Run on Group" feature of Key Frame Shapes and Shape Generator broken as well? Can't seem to get it to work with subfixtures correctly, changing the layout has no effects whatsoever... Can you please explain which problem you are having? Which fixtures, which shape, description of ...
by icke_siegen
08 Jan 2025, 14:54
Forum: Titan Macro Library
Topic: Macro: Fire Static Playback 1
Replies: 6
Views: 11062

Re: Macro: Fire Static Playback 1

What exactly do you mean with run Static Playback with any number ? Please have a look at https://avosupport.de/wiki/macros/example/firereleaseplayback which should give you some hints. Essentially it would be something like <step>Playbacks.FirePlaybackAtLevel(userNumber:111, level:1, true)</step> w...