Hi Everyone!,
We've just registered to the forum and we're relatively new to the PD world.
We're working on our own patch and we are having big issues with the midi implementation.
Basically we have created a filter and we would like to control the center frequency with a knob linked to a midi controller.
The problem is that of course the midi accepts just 127 messages but we need to translate them into the audible frequency range.
We have tried using this object [expr $f1 * (20000/127)] but it gives an exponential result instead of a linear one (plus step's jumps between frequencies are audible).
So we were wondering if you could help us anyhow with some tips...
It might sounds as a really stupid and silly question but as We said before we're novices.
Thanks in advance,
IASM