Paul Licameli
Paul Licameli
> To get back to the topic of Qt/GTK with a little summary, am I correct with the assumption that a complete GUI rewrite would be for the best? As...
@LWinterberg @jessjwilliamson @Tantacrul @Ryan-Miller-Audacity @dozzzzer I updated the description of this issue with many non obvious requirements and I don’t know if this is exhaustive yet. I agree that non-modality...
> I don't think that the dialog should handle Undo/Redo. As a user, I want Undo to work even if the dialog is closed. You may misunderstand what I wrote....
The sequence of events that happens in response to `LoadUserPreset`: - it is called, and calls `setState`, updating an EffectComponent in the Effect object - `FetchSettings` happens at the end...
... The validator will have a reference to an associated Instance whose lifetime is guaranteed to be longer. Instead of the existing `StoreSettings` call on the EffectComponent of the Instance...
@rbdannenberg This pull request begins the factoring of Nyquist.cpp into smaller pieces, far above the level of the Nyquist library itsefl. I don't need your detailed review but you may...
This is failing to build on CI
Should I consider this a draft? It's not finished until `VST::mSettings` and the mutex are eliminated.
A few things to say: First have you tested output monitoring? If it doesn't work, maybe a commit analogous to b5e1872220042ffc5d676982805b4cb8082acb8a will do it: don't make a slave the first...
Omit my commits then; fix metering. When metering works, return to them perhaps and debug further.