Quick Sign In:  

Forum: VirtualDJ Technical Support

Topic: Help with echo remap
Help with remap

Hi guys, I want to remap two buttons on my controller to act as beat length adjuster, one to half the beat and one to double it. Eg: if I have echo activated on 1/2 beat, it’ll then go to 1/4bt when I half it, or 1bt when I double it.

The script I came up with is taking it to 1/2 beat only, if anyone could help me tweak this🙏🏻

param_multiply 0.5 & effect_slider 'echo' 2
 

Posted Fri 09 Aug 24 @ 11:40 pm
locoDogPRO InfinityModeratorMember since 2013
effect_beats 'echo' +1
effect_beats 'echo' -1
 

Posted Fri 09 Aug 24 @ 11:46 pm