kallaballa / MidiPatch

MidiPatch is a scriptable and modular real-time software synthesizer using the PatchScript API
GNU Affero General Public License v3.0
12 stars 2 forks source link

Knobs with a negative value yield a NaN when queried #124

Closed kallaballa closed 4 years ago

kallaballa commented 4 years ago

It seams the js knob library can't handle negative values.

The values for min and max on knob initialization were strings, hence the NaN

kallaballa commented 4 years ago

Fixed: 470bd49c1406e532c2a481988f3141b5d4a94e75