From dcbbb1ee7aa196b45efc8d1bd6c3fc3855a182f6 Mon Sep 17 00:00:00 2001 From: Holger Wirtz Date: Sat, 4 Feb 2017 11:03:50 +0100 Subject: [PATCH] Fixed problem with playing notes when deactivating the plugin. --- src/dexed.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dexed.cpp b/src/dexed.cpp index 22a8225..1fa8a06 100644 --- a/src/dexed.cpp +++ b/src/dexed.cpp @@ -138,6 +138,7 @@ void Dexed::deactivate(void) { TRACE("Hi"); + panic(); Plugin::deactivate(); TRACE("Bye");