Sign In:     


Forum: General Discussion

Topic: Pre-syncing the mix? - Page: 3

This topic is old and might contain outdated or incorrect information.

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?
 

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?
 

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
 

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
 

Now both play buttons again have no effect and do not work.
 

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
 

I tried Synthet1c's last one... 2 posts up.
 

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
 

Please type it out how it should be... not sure what you mean. Thanks.
 


var_equal 'sync' 1 ? play ? pause : play_sync : play_pause
 



(Old topics and forums are automatically closed)