Al Riley wrote:
My synth uses continuous controller sliders to control parameters of timbre in real-time. The values go from from 0 - 127. When I move the slider quickly, clicks are heard as the value steps up. What is the best way of interpolating incoming MIDI slider messages?
[inlet] <---from midi controller | | [pack 0 $1] <---where $1 is the amount of interpolation in ms | | [line] | | [outlet] <---to midi synth
good luck, d.