Add .webClosed()
This commit is contained in:
parent
487a53dcc7
commit
4529d88042
@ -385,6 +385,11 @@ struct WebUILibraryEffect : public LibraryEffect<Sample, WebUIHelper<EffectSTFX,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void webClosed() {
|
||||||
|
// stops new messages from being queued up until the reset message is sent
|
||||||
|
requestEntireState();
|
||||||
|
}
|
||||||
|
|
||||||
// Replace `.process()` to add meter messages if they exist
|
// Replace `.process()` to add meter messages if they exist
|
||||||
template<class Buffers>
|
template<class Buffers>
|
||||||
void process(Buffers &&buffers, int blockLength) {
|
void process(Buffers &&buffers, int blockLength) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user