ncblair / NTHN_TEMPLATE_PLUGIN

a starting point for real-time safe JUCE plugins
MIT License
76 stars 2 forks source link

StateManager: Assertion errors when calling randomize_parameter() #4

Closed JamesWenlock closed 1 year ago

JamesWenlock commented 1 year ago

fixed by setting min and max to <= & >= rather than < & >