Anmelden:     


Forum: VirtualDJ Technical Support

Topic: 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
 

geposted Wed 22 Mar 23 @ 4:56 pm
+1

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

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).
 

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

 

Try:

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

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