Ingresar:     


Forum: Old versions

Tópico: Question on Mapping Effects

Este tópico es antiguo y puede contener información incorrecta para la nueva versión.

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
 

Mensajes 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,
 



(Los tópicos y foros antiguos son automáticamente cerrados)