Control pitch in Reaktor Blocks as VST
Hi,
I can't figure out a way to control the pitch of oscillators in Reaktor accurately. I have Reaktor running as a VST in Max, and I'm sending floats between 0. and 1. to a knob in Reaktor Blocks which modulates the pitch of a Bento Box Osc. The tracking works well only over one octave. Is there a way to get this fixed? Thank you!
Since all parameters in a VST plugin are clipped/normalized between 0. - 1. (lowest to highest), the actual range in which the pitch operates is defined inside the Reaktor instrument/block code.
Thanks for your advice Pedro, that's really helpful. I might now ask in the Reaktor forum how to quantize the incoming data from Max to semitone steps.