mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-12 11:20:15 +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)
|
||||
else:
|
||||
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
|
||||
|
||||
@staticmethod
|
||||
|
||||
Reference in New Issue
Block a user