mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-14 04:10:08 +01:00
merge with dev
This commit is contained in:
@@ -136,7 +136,7 @@ class MidiInput(object):
|
||||
self.actions.call_method_name(method_name, norm_message_value)
|
||||
except TypeError:
|
||||
## to support using cc-0 as button presses
|
||||
if norm_message_value == 0:
|
||||
if norm_message_value:
|
||||
self.actions.call_method_name(method_name, None)
|
||||
## only update screen if not continuous - seeing if cc can respond faster if not refreshing screen on every action
|
||||
if 'continuous' not in message_name:
|
||||
|
||||
Reference in New Issue
Block a user