mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-12 03:10:17 +01:00
Merge branch 'dev' into feature_plugins
This commit is contained in:
@@ -61,7 +61,7 @@ class NumpadInput(object):
|
||||
|
||||
print('the numpad action being called is {} (mode is {})'.format(this_mapping[mode][is_function], mode))
|
||||
if value != -1:
|
||||
self.actions.call_method_name(this_mapping[mode][is_function], value)
|
||||
self.actions.call_method_name(this_mapping[mode][is_function],value)
|
||||
else:
|
||||
self.actions.call_method_name(this_mapping[mode][is_function])
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ class OscInput(object):
|
||||
self.poll_settings_for_osc_info()
|
||||
|
||||
def poll_settings_for_osc_info(self):
|
||||
self.data.settings['user_input'].setdefault('OSC_INPUT',
|
||||
self.data.settings['user_input'].setdefault('OSC_INPUT',
|
||||
self.data.default_settings['user_input'].get('OSC_INPUT'))
|
||||
osc_setting_enabled = self.data.settings['user_input']['OSC_INPUT']['value'] == 'enabled'
|
||||
if osc_setting_enabled and not self.osc_enabled:
|
||||
|
||||
Reference in New Issue
Block a user