refactoring settings menu

This commit is contained in:
Tim Caldwell
2019-06-09 10:41:12 +02:00
parent 95a6a548b4
commit 17293824d3
13 changed files with 111 additions and 103 deletions

View File

@@ -115,7 +115,7 @@ class BrowserMenu(Menu):
class SettingsMenu(Menu):
FOLDER_ORDER = ['sampler', 'video', 'midi', 'capture', 'other' ]
FOLDER_ORDER = ['recur', 'video', 'incur', 'captur', 'conjur', 'detour', 'other' ]
SAMPLER_ORDER = ['LOAD_NEXT', 'RAND_START_MODE', 'FIXED_LENGTH_MODE', 'FIXED_LENGTH' ]
VIDEO_ORDER = ['OUTPUT', 'SCREEN_MODE']
MIDI_ORDER = ['INPUT', 'STATUS']