bkshepherd / DaisySeedProjects

A collection of hardware and software projects based around the Electro-Smith Daisy Seed
MIT License
231 stars 35 forks source link

Fix backwards logic for bool parameters #19

Closed xconverge closed 1 month ago

xconverge commented 1 month ago

I think this went unnoticed because I couldn't find anything else in the codebase that mapped ParameterValueType::Bool to a knob, all of them I assume are being set with midi or the UI.

I am using knobs in a few places for settings and the logic was backwards, this fixes it