快速登录:  

Forum: General Discussion

话题: Need help mapping NS7III FX Knobs/Button
I am trying to figure out how to map the 3/4 effects knobs. I am wanting the on/off button to engage the effect but have them set to a specific effect everytime. the knob would control the speed of the effect. Any help would be great!
 

发表时间 Tue 27 Sep 22 @ 4:42 am
On 1 button click, correct?

If the effect you want to use has a length parameter measured in beats you can use the effect_beats script. So for for instance echo it will be:
effect_beats 'echo' 0.75 && effect_active 'echo'

If it doesn't have length in beats, you can use effect_slider instead like:
effect_slider 'echo' 2 60% && effect_active 'echo'
 

发表时间 Tue 27 Sep 22 @ 2:09 pm