diff --git a/app/src/data/MenubarData.ts b/app/src/data/MenubarData.ts index 8a39b48f..c20a3125 100644 --- a/app/src/data/MenubarData.ts +++ b/app/src/data/MenubarData.ts @@ -449,6 +449,10 @@ export const MENUBAR_DATA: { [key: string]: MenuMain } = { type: "selection", id: "shiftUp48th", }, + { + type: "selection", + id: "shiftUp64th", + }, { type: "selection", id: "shiftUp96th", @@ -503,6 +507,10 @@ export const MENUBAR_DATA: { [key: string]: MenuMain } = { type: "selection", id: "shiftDown48th", }, + { + type: "selection", + id: "shiftDown64th", + }, { type: "selection", id: "shiftDown96th", @@ -547,6 +555,10 @@ export const MENUBAR_DATA: { [key: string]: MenuMain } = { type: "selection", id: "quantize48th", }, + { + type: "selection", + id: "quantize64th", + }, { type: "selection", id: "quantize96th", diff --git a/app/src/gui/window/KeybindWindow.ts b/app/src/gui/window/KeybindWindow.ts index a77ba596..77092b25 100644 --- a/app/src/gui/window/KeybindWindow.ts +++ b/app/src/gui/window/KeybindWindow.ts @@ -39,6 +39,7 @@ const KEYBIND_INSERTS: Record = { "quant24", "quant32", "quant48", + "quant64", "quant96", "quant192", ],