Releasing captured channels

LXConsole support and feedback
Post Reply
StarryEyedLighting
Posts: 1
Joined: Sun Jun 03, 2012 10:08 pm
Location: New York

Releasing captured channels

Post by StarryEyedLighting »

I understand that LXConsole was first made to be ASCII editing software, but I'm using it to run a pixel mapping effect.

I'm curious to know if in Live mode there is something akin to a "release" key or a way to uncapture the channel that you are editing in Live mode. From reading this board, it's my understanding that the cues should be unmarked, but all I seem to stumble upon are new ways to bring the channel to full or out.

Also, is there shortcut key to "Go To" a cue?

Thank you. So far, I'm really enjoying this interface.

-Christina
admin
Site Admin
Posts: 1643
Joined: Mon Nov 05, 2007 1:26 am
Contact:

Post by admin »

There are two ways to release or unmark channels in live mode when going to the next cue. One is manually by clicking the little arrow next to the Go Button which is simply a shortcut to the Channel->Unmark All command. The other is setting the Live Preference to "Unmark Live Channels on Go".

You can also use the unmark commands from the channel menu at any time.

Marked channels in the live window hold their levels even when a cue is run that would otherwise cause them to change. There's been some discussion that the "Unmark Live Channels on Go" preference should be set by default. This essentially turns off the meaning of marked channels in live mode. However, to override cues during playback, it is necessary to have the mark function. Perhaps there needs to be an additional control for toggling the preference?
Johan Söderberg
Posts: 294
Joined: Mon Sep 01, 2008 12:35 pm
Contact:

Post by Johan Söderberg »

There's been some discussion that the "Unmark Live Channels on Go" preference should be set by default.
Im all for that. Since often the last thing you do before a show is some focusing and function controls. Theres a risk you start your show with houselights up and everything looks normal until some later preset when you find that what you were adjusting before the show doesnt seem to respond when you run your cues.
- been there, done that :(
:)
Johan Söderberg
Posts: 294
Joined: Mon Sep 01, 2008 12:35 pm
Contact:

Post by Johan Söderberg »

Also, is there shortcut key to "Go To" a cue?
I usually just write the desired cuenumber in the Live windows "Next" field and push GO.

Felt scary the first time but it works and it doesnt change the order of your presets in any way.
Last edited by Johan Söderberg on Sat Jul 21, 2012 10:47 pm, edited 1 time in total.
:)
Johan Söderberg
Posts: 294
Joined: Mon Sep 01, 2008 12:35 pm
Contact:

Post by Johan Söderberg »

AND!

A request:

Id like to be able to release or unmark channels in live mode via applescript.
Im building an OSC interface for iPad and one command that I trigger is 1>512@0
That works just fine but leaves every single channel marked. That is troublesome if my next action on the remotecontrol is something like raising a Submaster.

Now I Use a command to go to cue 1 to clear all marked channels. That works since Ive chosen to "unmark on go" but its an untidy solution I think.
:)
admin
Site Admin
Posts: 1643
Joined: Mon Nov 05, 2007 1:26 am
Contact:

Post by admin »

In version 2.4.1 the command line responds to "unmark". "u" is a shortcut for "up" and will increase channel levels by 10%. So, you can't type "unmark" because as soon as you press "u" the up command will be executed. This shouldn't be an issue because there is a keyboard shortcut to the menu command. A script can invoke the unmark command with no problem:

tell application "LXConsole"

tell the front document to doCommand string "unmark"

end tell

Both MIDI and OSC have the option to respond to a trigger with "UNMARK" as well.
admin
Site Admin
Posts: 1643
Joined: Mon Nov 05, 2007 1:26 am
Contact:

Post by admin »

In live mode, you can type "q" into the command line which will expand to "cue:" Typing a cue number and pressing return will cause that to become the next cue to be run by the live window.

Also, if the cue sheet window is open, clicking on a cue will cause that cue to be the next cue to be played by the live window.
Johan Söderberg
Posts: 294
Joined: Mon Sep 01, 2008 12:35 pm
Contact:

Post by Johan Söderberg »

tell application "LXConsole"
tell the front document to doCommand string "unmark"
end tell
Yup, this works fine with the latest version.

So now Ive finished my 96channel midi remotecontrol for iPad, just in time to find it out of date since LXConsole nowadays also reads OSC strings straight on!
Time to start all over and make a 512 ch version for OSC strings I guess.
All work and no play.
:)
HarryTwoFingers
Posts: 33
Joined: Wed Mar 17, 2010 7:34 am
Location: Sweden

Post by HarryTwoFingers »

It seems one can turn off and unmark in one go with 1>512@0;UNMARK.
Ie an OSC message like /6/Lightsoff can mean the above in LXConsole.
Post Reply