mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-12 03:10:17 +01:00
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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user