From e068ec77e59bd9c5c1172558c17671a9a46daf9c Mon Sep 17 00:00:00 2001 From: Paul Fd Date: Sun, 15 Mar 2020 23:25:25 +0100 Subject: [PATCH] Add the panic to the LV2 for good measure --- lv2/sfizz.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lv2/sfizz.c b/lv2/sfizz.c index 0b2f6402..b0b9ab5d 100644 --- a/lv2/sfizz.c +++ b/lv2/sfizz.c @@ -416,7 +416,8 @@ activate(LV2_Handle instance) static void deactivate(LV2_Handle instance) { - UNUSED(instance); + sfizz_plugin_t *self = (sfizz_plugin_t *)instance; + sfizz_all_sound_off(self->synth); } static void