Controlling volume with sustain pedal
-
I would like to control the volume on a sampler with the sustain pedal. The samples in the sampler should trigger on note on, but with the volume set to zero. Then, when sustain pedal is pressed, the volume should go up to a set value. Any ideas o how to script this?
-
@Sampletekk Add a simple gain to your sampler. Add a MIDI processor to the sampler. In the MIDI processor's on controller callback respond to CC64 (sustain pedal) messages by changing the Gain parameter of the simple gain.