GUI: randomize notes + button to open pat menu on

mobile
This commit is contained in:
tildearrow 2025-09-20 21:48:18 -05:00
parent fe622a08b1
commit 8dbd732db9
7 changed files with 35 additions and 2 deletions

View file

@ -76,7 +76,7 @@ const char* mobileButtonLabels[32]={
// page 4
_N("fade"),
_N("randomize"),
_N("menu"),
_N("opmask"),
_N("scroll\nmode"),
_N("input\nlatch"),
@ -118,7 +118,7 @@ const int mobileButtonActions[32]={
// page 4
GUI_ACTION_PAT_FADE,
0,
GUI_ACTION_OPEN_EDIT_MENU,
0,
GUI_ACTION_PAT_SCROLL_MODE,
0,