1
0

Message queue starts in "full" state

This commit is contained in:
Geraint 2025-07-01 15:08:20 +01:00
parent 4529d88042
commit 7ca118b3d4

View File

@ -290,6 +290,8 @@ struct WebUILibraryEffect : public LibraryEffect<Sample, WebUIHelper<EffectSTFX,
WebUILibraryEffect(Args... args) : Super(args...) {
typename Super::WebParamScanner scanner{this};
this->state(scanner);
// The web-message queue starts in a reset state
requestEntireState();
};
// These are called when the parameter is changed from the web UI