AudioKit / AudioKitUI

Controls and Visualization for AudioKit apps
MIT License
187 stars 52 forks source link

KnobView - Out of range values #35

Closed NickCulbertson closed 2 years ago

NickCulbertson commented 2 years ago

When changing values of the Knob quickly the value goes beyond the min or max range before snapping to the min/max value. Setting a tempValue avoids setting "value" to an out of range value before using min/max in the next line.