Accesso rapido:  

Forum: VirtualDJ Skins

Topic: how to make a loop_back exception

Questo argomento è obsoleto e potrebbe contenere informazioni obsolete o errate.

I've got loop_back set as the default loop mode, and I like it that way. But I need the normal loop mode ("loop_front" so to speak) on a certain deck that I use as a sampler...

I have not been able to find a way to temporarily turn off the default setting (loop_back), nor to specify for one button, sound file or deck, the loop mode to be used...

Does anyone know if this is possible, and if so, what the VDJScript syntax is for that?
 

Inviato Sat 23 Jan 16 @ 9:48 am
SBDJPRO Infinity Member since 2006
loop_back is a global setting.

You could temporarily override it:

loop_back ? loop_back off & loop 4 & loop_back on : loop 4


If loop_back is on, then turn it off, set your loop, then turn it back on. Otherwise just set your loop :)
 

Inviato Sat 23 Jan 16 @ 2:04 pm
Okay, now I feel just silly. I should have (easily) been able to get to that! I guess I'm still a bit intimidated by your coding feat from yesterday. Thanks for breaking that down, by the way. And thank you for this code, and for being so patient... and interested!!! I hope many other users will also benefit from these posts.
 

Inviato Sat 23 Jan 16 @ 2:43 pm


(Vecchi argomenti e forum sono automaticamente chiusi)