plugdata icon indicating copy to clipboard operation
plugdata copied to clipboard

[knob] Angular offset error / inconsistent with vanilla

Open nuoun opened this issue 10 months ago • 0 comments

Noticed some JUCE Assertion failure in juce_Slider.cpp:1483 errors ( https://github.com/juce-framework/JUCE/blob/2a27ebcfae7ca7f6eb62b29d5f002ceefdaadbdb/modules/juce_gui_basics/widgets/juce_Slider.cpp#L1483 ) in console while opening or saving a patch made in vanilla which turned out to be [knob]'s angular offset setting. In vanilla it accepts values [0, 360] while in plugdata the inspector only allows up to 180. Patch made with vanilla seems to work fine apart from this error in console which get printed twice for every offending knob for some reason. knobangerr.zip

nuoun avatar Aug 27 '23 20:08 nuoun