Add the panic to the LV2 for good measure
This commit is contained in:
parent
55a816f703
commit
e068ec77e5
1 changed files with 2 additions and 1 deletions
|
|
@ -416,7 +416,8 @@ activate(LV2_Handle instance)
|
||||||
static void
|
static void
|
||||||
deactivate(LV2_Handle instance)
|
deactivate(LV2_Handle instance)
|
||||||
{
|
{
|
||||||
UNUSED(instance);
|
sfizz_plugin_t *self = (sfizz_plugin_t *)instance;
|
||||||
|
sfizz_all_sound_off(self->synth);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue