mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-08 01:10:04 +01:00
fix bug in midi fix
This commit is contained in:
@@ -54,7 +54,7 @@ class MidiInput(object):
|
||||
message_dict = message.dict()
|
||||
midi_channel = midi_setting = self.data.settings['midi']['CHANNEL']['value'] - 1
|
||||
|
||||
if not message_dict.get('channel', default=None) == midi_channel:
|
||||
if not message_dict.get('channel', None) == midi_channel:
|
||||
pass
|
||||
## turning off noisey clock messages for now - may want to use them at some point
|
||||
elif message_dict['type'] == 'clock':
|
||||
|
||||
Reference in New Issue
Block a user