fixing broken banner

This commit is contained in:
langolierz
2018-01-06 04:17:49 +00:00
parent 7519b8e1bd
commit a4a4467145
6 changed files with 15 additions and 82 deletions

View File

@@ -98,13 +98,14 @@ class NumpadInput(object):
def on_2_press(self):
if self.message_handler.function_on:
print('function called')
self.actions.clear_playing_sample_start_time()
else:
self.actions.load_this_slot_into_next_player(2)
def on_3_press(self):
if self.message_handler.function_on:
pass
self.actions.clear_all_slots()
else:
self.actions.load_this_slot_into_next_player(3)