Allen-Synthesis / EuroPi

EuroPi: A reprogrammable Eurorack module based on the Raspberry Pi Pico
Creative Commons Zero v1.0 Universal
431 stars 84 forks source link

Fix ain.choice and ain.range #250

Closed redoxcode closed 1 year ago

redoxcode commented 1 year ago

As mentioned by chrisib on discord ain.choice was throwing a bug after the deadzones where added to Knobs, since ain.percent doesn't have a deadzone parameter. The same issue should be present for ain.range. This should fix the issue by adding the deadzones to ain.percent (but they should be 0 for ain in most cases).

mjaskula commented 1 year ago

Closing in favor of PR #253

mjaskula commented 1 year ago

Thank you for your work on this @redoxcode, sorry it took so long to get resolved.