plugins are notified of exiting so they can save config etc

This commit is contained in:
Tristan Rowley
2020-02-29 14:58:19 +00:00
parent a0adb742e2
commit 5e3f148957
5 changed files with 17 additions and 11 deletions

View File

@@ -111,7 +111,6 @@ class Data(object):
def initialise_plugins(self):
#initialise plugin manager
self.plugins = plugin_collection.PluginCollection("plugins", self.message_handler, self)
self.plugins.apply_all_plugins_on_value(5)
def load_midi_mapping_for_device(self, device_name):
# check if custom config file exists on disk for this device name