Hi guys, i want to adjust the time of the echo fx like this video
https://youtube.com/shorts/pxAUIZBUOdg?
Do you guys know how to do like that
https://youtube.com/shorts/pxAUIZBUOdg?
Do you guys know how to do like that
Posté Mon 20 Nov 23 @ 10:03 am
echo effect doesn't run on time it runs on beats, but you can get more than the beat dial offers
effect_beats echo 0.002
will set beats param to ~1/500th of a beat which is 1ms for 120 bpm
effect_beats echo 0.002
will set beats param to ~1/500th of a beat which is 1ms for 120 bpm
Posté Mon 20 Nov 23 @ 11:37 am
1/1000th to 1/1 effect_beats
custom_button slider
set a & nothing & nothing & param_pow 2 & param_add 0.001 & param_cast beats & effect_beats echo
real slider
param_pow 2 & param_add 0.001 & param_cast beats & effect_beats echo
custom_button slider
set a & nothing & nothing & param_pow 2 & param_add 0.001 & param_cast beats & effect_beats echo
real slider
param_pow 2 & param_add 0.001 & param_cast beats & effect_beats echo
Posté Mon 20 Nov 23 @ 12:44 pm
I have another problem that i can't use that fx on two deck because it stuck on deck 1 and i can't switch the fx to master or deck 2
Posté Mon 20 Nov 23 @ 2:37 pm
Posté Mon 20 Nov 23 @ 2:40 pm