mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-12 03:10:17 +01:00
fix to prevent crash when non-APC Key was connected! silly typo
This commit is contained in:
@@ -116,7 +116,7 @@ class Data(object):
|
|||||||
print ("loaded custom midi mapping for %s" % custom_file)
|
print ("loaded custom midi mapping for %s" % custom_file)
|
||||||
else:
|
else:
|
||||||
print ("loading default midi mapping for %s" % (device_name))
|
print ("loading default midi mapping for %s" % (device_name))
|
||||||
self.midi_mappings = self._read_json(self.MIDI_MAPPINGS_JSON)
|
self.midi_mappings = self._read_json(self.MIDI_MAPPING_JSON)
|
||||||
return self.midi_mappings
|
return self.midi_mappings
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|||||||
Reference in New Issue
Block a user