快速登录:  

Forum: VirtualDJ Skins

话题: how to make a loop_back exception

由于该帖子已年深日久,可能包含陈旧过时或描述错误的信息。

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?
 

发表时间 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 :)
 

发表时间 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.
 

发表时间 Sat 23 Jan 16 @ 2:43 pm


(陈旧帖子或论坛版块会自动关闭)