Hello.
Have a Question.
Need this for a VST Plugin.
How can I turn on the Midi to VST Funktion with a Mapping Script for a Button on Controller or Custom Button?
Greatings Dani
Have a Question.
Need this for a VST Plugin.
How can I turn on the Midi to VST Funktion with a Mapping Script for a Button on Controller or Custom Button?
Greatings Dani
Inviato Wed 07 Nov 18 @ 9:06 am
The standard manipulation functions usually get transfered to the vst effect
So you can then usually use effect_slider '<name of vst effect'> 1 for a knob that handles the first knob/slider on the vst effect,
and effect_button '<name of vst effect'> 1 for a button that handles the first button on the vst effect
It's included in this video I made a while back - around the 3:25 mark:
So you can then usually use effect_slider '<name of vst effect'> 1 for a knob that handles the first knob/slider on the vst effect,
and effect_button '<name of vst effect'> 1 for a button that handles the first button on the vst effect
It's included in this video I made a while back - around the 3:25 mark:
Inviato Wed 07 Nov 18 @ 10:04 am