快速登录:  

Forum: VirtualDJ Technical Support

话题: Echo 3/4
Hello,
Its there a way to bypass the echo len 3/4?, what i want to do is to jump from len 1 echo to 1/2 straight.

Thanks
 

发表时间 Wed 22 Mar 23 @ 4:56 pm
+1

i would also prefer a EFX button to "deacktivate" 3/4
 

发表时间 Wed 22 Mar 23 @ 5:18 pm
You can write a script to map a key or button to toggle between 1/2 and 1 beat.

I've done this myself, but I leave 3/4 in because there are some songs where it is appropriate (especially songs with compound meter, like The Way You Make Me Feel, Sweet Escape, Everybody Wants To Rule The World, Right Round, etc).
 

发表时间 Sat 25 Mar 23 @ 8:49 am
christianwheel wrote :
You can write a script to map a key or button to toggle between 1/2 and 1 beat.

I've done this myself, but I leave 3/4 in because there are some songs where it is appropriate (especially songs with compound meter, like The Way You Make Me Feel, Sweet Escape, Everybody Wants To Rule The World, Right Round, etc).


I understand.
Now can you give me an example of a pad script on how to do it? :D because im noob with it.

Thanks

 

发表时间 Sat 25 Mar 23 @ 9:43 am
Try:

var "%echoparam" 0 ? set_var "%echoparam" 1 & effect_beats "Echo" 0.5 : set_var "%echoparam" 0 & effect_beats "Echo" 1
 

发表时间 Sat 25 Mar 23 @ 9:36 pm
christianwheel wrote :
Try:

var "%echoparam" 0 ? set_var "%echoparam" 1 & effect_beats "Echo" 0.5 : set_var "%echoparam" 0 & effect_beats "Echo" 1


Thanks alot

 

发表时间 Sun 26 Mar 23 @ 10:30 am