More lost tools...

LXConsole support and feedback
Post Reply
nizer
Posts: 157
Joined: Sun Jan 23, 2011 1:27 pm
Location: Virginia
Contact:

More lost tools...

Post by nizer »

I don't think this works anymore either.

I used to be able to enter…

2dimmer:1 or via OSC /cmd.lxconsole/2dimmer:1

and have my channel 2 patch 1 turn ON then use the following to unlatch it.…
------------------
tell application "LXConsole"
--NOTE: This moves the current dimmer to Channel 29 thus removing it from it's current location. Since Channel 29 is not ever ON. It unPatches it.
set mypatch to "patch:@29"
tell the front document to doCommand string mypatch
copy the dimmerCheckDimmer of the front document to CurrentDimmer
if CurrentDimmer is 0 then
say "You are not currently in Dimmer Mode"
else
say "Dimmer" & CurrentDimmer & "UnPatched"
end if

end tell

----------------

I think it may be that "/cmd.lxconsole/2dimmer:" no longer puts LX in dimmer mode.

Thoughts.
Mark Nizer
mark@nizer.com
admin
Site Admin
Posts: 1643
Joined: Mon Nov 05, 2007 1:26 am
Contact:

Post by admin »

This should be fixed in the latest build 4.5.1 (9622.1)
nizer
Posts: 157
Joined: Sun Jan 23, 2011 1:27 pm
Location: Virginia
Contact:

So close….

Post by nizer »

This now works in command line, but crashes LX if I send it via OSC.

OSC message that used to work….

/cmd.lxconsole/2dimmer:1
Mark Nizer
mark@nizer.com
admin
Site Admin
Posts: 1643
Joined: Mon Nov 05, 2007 1:26 am
Contact:

Post by admin »

The regression should now be fixed in the latest build 4.5.2 (9624.1).
nizer
Posts: 157
Joined: Sun Jan 23, 2011 1:27 pm
Location: Virginia
Contact:

Perfecto!!!!

Post by nizer »

As usual you are a genius. All my functions are chugging along at full speed.
Mark Nizer
mark@nizer.com
Post Reply