One-Button Show Control
-
- Posts: 25
- Joined: 20 January 2015, 00:39
One-Button Show Control
Greetings all! On the Live screen, is there any way to progress through a series of buttons with a single keystroke or command?
I'm trying to mimic a conventional theatrical lighting board, which has a single "Go" button that takes the operator through a linear series of scenes.
Many thanks!
I'm trying to mimic a conventional theatrical lighting board, which has a single "Go" button that takes the operator through a linear series of scenes.
Many thanks!
Re: One-Button Show Control
Yes, with a "Macro" button.
You can find "Macro" buttons in our demo_show, available here: viewtopic.php?f=3&t=114
You can find "Macro" buttons in our demo_show, available here: viewtopic.php?f=3&t=114
The Lighting Controller
-
- Posts: 25
- Joined: 20 January 2015, 00:39
Re: One-Button Show Control
Thanks for the quick reply! I haven't worked with Macros, so I'm not surprised that's where the answer lies.
How do I advance from one Macro to the next with a single button? I.e., if I want to switch from "front" to "circle," in the demo_show.
How do I advance from one Macro to the next with a single button? I.e., if I want to switch from "front" to "circle," in the demo_show.
Re: One-Button Show Control
You define one key trigger par Macro button (right click on each button > select "button trigger").
And you set the page in "solo button" mode (click on page button > select "solo button").
And you set the page in "solo button" mode (click on page button > select "solo button").
The Lighting Controller
-
- Posts: 25
- Joined: 20 January 2015, 00:39
Re: One-Button Show Control
Can one key trigger be shared by multiple macros? I tried setting them all to "a," but it gets stuck on "circle" and doesn't progress to "wave."support wrote:You define one key trigger per Macro button
For example, I'd like to hit a key (i.e., the spacebar) to advance from "front" to "circle." And then a second press of the same key moves from "circle" to "wave."
Apologies if I'm missing something obvious. Thanks for your help!
Re: One-Button Show Control
In Live - Buttons, you have to use one key for each Macro button.
You can "stop and go" with the space bar, in Live - TimeLine.
You can "stop and go" with the space bar, in Live - TimeLine.
The Lighting Controller
-
- Posts: 25
- Joined: 20 January 2015, 00:39
Re: One-Button Show Control
Alright, that's what I was afraid of. Pity that there's no solution that merges the two, but at least I wasn't overlooking something obvious.
Appreciate your help!
Appreciate your help!
-
- Posts: 238
- Joined: 19 February 2013, 14:50
Re: One-Button Show Control
You might be thinking of a Cuelist. There are many ideas about this and many users are waiting for it (viewtopic.php?f=75&t=3249&p=12691) , but unfortunaly it will not be introduced in one of the next versions.
Greetings from Germany!
-
- Posts: 224
- Joined: 18 June 2012, 12:09
Re: One-Button Show Control
Adding a Play/Pause, Next function while a page is in Chase/Random mode would be convenient!
-
- Posts: 25
- Joined: 20 January 2015, 00:39
Re: One-Button Show Control
Glad I'm not the only one waiting on something like this! CueList looks pretty sweet, although I see why Support feels like it'd be a huge undertaking
I think the easiest way to bridge the gap would be to allow toggling between active buttons with arrow keys (so "Next" is either down or to the right).
For any programming-minded users, it looks like AutoHotKey might be able to make something like that happen with this Cycle code: http://www.autohotkey.com/board/topic/8 ... -elements/.
By setting each button trigger to a sequential letter of the alphabet, and then running AHK in addition to Lighting Controller, a single "Next" or "Go" button can type a different letter of the alphabet on each button press. It'd be a pain to rearrange buttons (since each trigger would have to be remapped), but for simple shows it may be a nice workaround.
I think the easiest way to bridge the gap would be to allow toggling between active buttons with arrow keys (so "Next" is either down or to the right).
For any programming-minded users, it looks like AutoHotKey might be able to make something like that happen with this Cycle code: http://www.autohotkey.com/board/topic/8 ... -elements/.
By setting each button trigger to a sequential letter of the alphabet, and then running AHK in addition to Lighting Controller, a single "Next" or "Go" button can type a different letter of the alphabet on each button press. It'd be a pain to rearrange buttons (since each trigger would have to be remapped), but for simple shows it may be a nice workaround.