Fixed problem with playing notes when deactivating the plugin.

pull/1/head
Holger Wirtz 7 years ago
parent e3c0a2dae2
commit dcbbb1ee7a
  1. 1
      src/dexed.cpp

@ -138,6 +138,7 @@ void Dexed::deactivate(void)
{
TRACE("Hi");
panic();
Plugin::deactivate();
TRACE("Bye");

Loading…
Cancel
Save