fabi wrote:BUT there is 14-bit midi, too, which uses two 7-bit CC simultaneously. I was surprised to see that you can only set the knobs in 128 steps.
There is currently no special support for 7 bit CC's.
fabi wrote:so, does karmafx just interpolate between values to make the transitions from one value to another smoother, or are smaller values actually possible, but the module displays don't show them?
Generally, all knobs have extremely high precision, so even though you see the display showing 0-127 steps, you can reach in-between values. Take for instance the cutoff knob: you can move the knob so the frequency changes but while the step value is static.
However, for incoming midi using the MidiData module there is actually no interpolation. Midi is in 128 steps, period. But adding simple interpolation would be trivial, so if this is a problem, I'll look into it.