fast-switch between display modes by holding DISP and pressing number keys -- doesn't work for 4 and 9 currently though?!

This commit is contained in:
Tristan Rowley
2020-02-29 19:22:43 +00:00
parent 2455df0f43
commit 952fbcc941
2 changed files with 11 additions and 0 deletions

View File

@@ -57,6 +57,7 @@ class Data(object):
### state data
self.auto_repeat_on = True
self.function_on = False
self.is_display_held = False
self.display_mode = "SAMPLER"
self.control_mode = 'PLAYER'
self.bank_number = 0