OK I will try that and report back. One question....
In the mapper, I only have one SYNC button, and one PLAY button. Am I entering two actions for each button?
In the mapper, I only have one SYNC button, and one PLAY button. Am I entering two actions for each button?
Posted Thu 26 May 11 @ 10:52 am
if you only have one play button and one sync on your controller you can use deck default which will work on the deck you pfl is highlighted for
sync button
deck default play ? sync : toggle 'sync_default'
play button
var_equal 'sync_default' 1 ? deck default play ? deck default pause : deck default play_sync : deck default play_pause
but I'm not sure I understand what you mean... what controller are you using and does it have two sync and two play buttons on it?
sync button
deck default play ? sync : toggle 'sync_default'
play button
var_equal 'sync_default' 1 ? deck default play ? deck default pause : deck default play_sync : deck default play_pause
but I'm not sure I understand what you mean... what controller are you using and does it have two sync and two play buttons on it?
Posted Thu 26 May 11 @ 11:00 am
My Mixdeck is the same way. When you go into mappers it will control both sides unless you use something like, "device_left side blah, blah"
Huey
Huey
Posted Thu 26 May 11 @ 11:07 am
I think that means the deck assignments are in the definition file not the mapper... maybe try to do it without the deck #
play ? sync : toggle 'sync_default'
play button
var_equal 'sync_default' 1 ? play ? pause : play_sync : play_pause
play ? sync : toggle 'sync_default'
play button
var_equal 'sync_default' 1 ? play ? pause : play_sync : play_pause
Posted Thu 26 May 11 @ 11:10 am
Now both play buttons again have no effect and do not work.
Posted Thu 26 May 11 @ 1:08 pm
Ok but you gotta tell us which set of scripts you tried.........then on to the next one, lol!
Sooner or later we'll get it, lol
Huey
Sooner or later we'll get it, lol
Huey
Posted Thu 26 May 11 @ 1:41 pm
I tried Synthet1c's last one... 2 posts up.
Posted Thu 26 May 11 @ 1:49 pm
I'm at work so I can't really try it but try it again without the 'default' in the script and see what happens.
Huey
Huey
Posted Thu 26 May 11 @ 1:53 pm
Please type it out how it should be... not sure what you mean. Thanks.
Posted Thu 26 May 11 @ 1:57 pm
var_equal 'sync' 1 ? play ? pause : play_sync : play_pause
Posted Thu 26 May 11 @ 2:23 pm