Add the panic to the LV2 for good measure

This commit is contained in:
Paul Fd 2020-03-15 23:25:25 +01:00
parent 55a816f703
commit e068ec77e5

View file

@ -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