Page 1 of 1

More lost tools...

Posted: Fri Jan 22, 2016 7:02 pm
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.

Posted: Fri Jan 22, 2016 9:54 pm
by admin
This should be fixed in the latest build 4.5.1 (9622.1)

So close….

Posted: Sat Jan 23, 2016 4:23 pm
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

Posted: Sun Jan 24, 2016 4:44 pm
by admin
The regression should now be fixed in the latest build 4.5.2 (9624.1).

Perfecto!!!!

Posted: Mon Jan 25, 2016 3:27 pm
by nizer
As usual you are a genius. All my functions are chugging along at full speed.