Presets patches

This commit is contained in:
Dejvino
2026-02-21 23:32:27 +01:00
parent 4a3f2b8eb2
commit 217d8dbacf
4 changed files with 109 additions and 3 deletions
+8 -1
View File
@@ -38,7 +38,14 @@ enum MenuItemID {
MENU_ID_GROUP_SETUP,
MENU_ID_CHANNEL,
MENU_ID_RESET
MENU_ID_RESET,
MENU_ID_GROUP_PATCHES,
MENU_ID_BANK_1,
MENU_ID_BANK_2,
MENU_ID_BANK_3,
MENU_ID_BANK_4,
MENU_ID_PATCH_ACTIONS_START
};
struct MenuItem {