tidy up how midi_input is set/accessed from plugins, nicer complaining when the shader gadget plugins arent present, and feedback plugin now takes most of its config (which notes to light up) by reading the midi config

This commit is contained in:
Tristan Rowley
2020-01-19 15:00:13 +00:00
parent 6996bef707
commit 72b7c292a6
4 changed files with 39 additions and 15 deletions

View File

@@ -57,7 +57,6 @@ message_handler.actions = actions
numpad_input = NumpadInput(tk, message_handler, display, actions, data)
osc_input = OscInput(tk, message_handler, display, actions, data)
midi_input = MidiInput(tk, message_handler, display, actions, data)
data.plugins.midi_input = midi_input
analog_input = AnalogInput(tk, message_handler, display, actions, data)