p0nce
p0nce
`onFocusExit` is useful for when you have a "selected" state for widgets items doing much in `onStartDrag` is an anti-pattern, as you have less context than in `onMouseClick`
In a first approximation: - [ ] disabled is a UIElement field, every UI element is enabled at first - [ ] it is inherited, an element is disabled if...
Sounds related to #555
#555 is Reproduced in Audacity 3.0.4 with Graillon v2.6 on M1 (note that Audacity is running in Rosetta 2). Opening the VST2 show a blank page. Opening the AUv2 show...
Huuuuh it seems that Audacity development blames everything on the plugin developers: https://bugzilla.audacityteam.org/show_bug.cgi?id=665
TDR Nova (JUCE plugin) does work correctly in Audacity though, in both VST and AUv2.
Perhaps it's the odd fact that Graillon is also a 1-2 and 2-1 plugin, which doesn't make sense.
A fellow framework developer has the following solution: > what I and others do is ignore setProgram calls that happen immediately after chunk loading I have a cutoff of a...
Reported by one user: > Hi. I just got P2 and immediately ran into a bug. If I load a preset then go back to Default preset it doesn’t reset...
There are hard dependencies before removing host presets and providing internal presets, which is that: - All UIs must be updated to add a preset browser (ideally not the same...