Begin midi engine
This commit is contained in:
@@ -13,6 +13,7 @@ enum MenuCmd {
|
||||
MENU_VIEW_PROPERTIES,
|
||||
MENU_VIEW_LOG,
|
||||
MENU_VIEW_DEMO,
|
||||
MENU_VIEW_MIDI_DEVICES,
|
||||
};
|
||||
|
||||
static void setup_menus(PlatformWindow *window) {
|
||||
@@ -35,7 +36,8 @@ static void setup_menus(PlatformWindow *window) {
|
||||
{ "Properties", MENU_VIEW_PROPERTIES },
|
||||
{ "Log", MENU_VIEW_LOG },
|
||||
{ nullptr, 0 },
|
||||
{ "Demo", MENU_VIEW_DEMO },
|
||||
{ "Demo", MENU_VIEW_DEMO },
|
||||
{ "MIDI Devices", MENU_VIEW_MIDI_DEVICES },
|
||||
};
|
||||
|
||||
PlatformMenu menus[] = {
|
||||
|
||||
Reference in New Issue
Block a user