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"); TRACE("Hi");
panic();
Plugin::deactivate(); Plugin::deactivate();
TRACE("Bye"); TRACE("Bye");

Loading…
Cancel
Save