Message queue starts in "full" state
This commit is contained in:
parent
4529d88042
commit
7ca118b3d4
@ -290,6 +290,8 @@ struct WebUILibraryEffect : public LibraryEffect<Sample, WebUIHelper<EffectSTFX,
|
|||||||
WebUILibraryEffect(Args... args) : Super(args...) {
|
WebUILibraryEffect(Args... args) : Super(args...) {
|
||||||
typename Super::WebParamScanner scanner{this};
|
typename Super::WebParamScanner scanner{this};
|
||||||
this->state(scanner);
|
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
|
// These are called when the parameter is changed from the web UI
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user