快速登录:  

Forum: Addons

话题: Color FX with FX on-off
 

发表时间 Mon 13 Jun 22 @ 10:25 am
Tell me how to write the script correctly: (deck right filter_selectcolorfx 'noise' smart_pressed)
it should work like this: when you turn the filter knob and hold the button with this script, the noise effect sounds, if you release the button, the noise effect does not sound.
in this pad, as in the photo, everything works, but I do not need all these functions, I only need "noise", and I want to assign NOISE to one pad to control this function in the "PUSH ON" mode.
 

发表时间 Mon 02 Jan 23 @ 12:41 pm
this function works if you write a script:

deck right filter_selectcolorfx 'noise' & filter_activate off & filter_activate on while_pressed
or
deck left filter_selectcolorfx 'noise' & filter_activate off & filter_activate on while_pressed

thanks - DENNYO BEATS
 

发表时间 Thu 05 Jan 23 @ 9:03 pm