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