登录:     


Forum: Old versions

Topic: Question on Mapping Effects

由于该帖子已年深日久,可能包含陈旧过时或描述错误的信息。

Is there a way to map effects to a button/knob on a MIDI controller? From what i gather you have to hit the drop down menu, select the effect, either activate it or click and hold on the effect knob in the interface. i have a Novation remote 25sl MKII and i have a bunch of unused knobs
 

发表时间 Mon 30 Aug 10 @ 11:14 pm
You sure can just go into mallets and then select your button or knob then type out the script. Nothing to it.

Huey
 

If you're using VDJScript:

If you want to map an effect (lets say Flanger) to a button:

Effect 'flanger' active

This will turn on and off the flanger effect when you press the button. for other effects use the name of the effect in the dropdown-menu


To make a knob activate and effect:

Param_greater 0% ? effect 'flanger' active on : effect 'flanger' active off

This will turn on the effect when ever the knob is turned higher than the minimum, and turn it off when the knob reaches minimum,
 



(陈旧帖子或论坛版块会自动关闭)