commit ab82f014d81d19a9602edff208abe981a6c26eb9
parent 8b4004a7097c76fe7006f1344fa34e410f167525
Author: fundamental <[email protected]>
Date: Wed, 23 Nov 2022 18:46:21 -0500
Partial revert of plugin instrument loading commit
Based on comments by Stazed on #213, this commit should resolve a
regression in loading patches under a LV2 plugin host.
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/Plugin/ZynAddSubFX/ZynAddSubFX.cpp b/src/Plugin/ZynAddSubFX/ZynAddSubFX.cpp
@@ -284,8 +284,11 @@ protected:
*/
void loadProgram(uint32_t index) override
{
+ setState(nullptr, defaultState);
+ /*
//in plugin mode, only the first part is useful
middleware->pendingSetProgram(0, index);
+ */
}
/* --------------------------------------------------------------------------------------------------------