[MiscUserCode] You can add your own definitions of your custom methods or any other code here...
| 96 | |
| 97 | //[MiscUserCode] You can add your own definitions of your custom methods or any other code here... |
| 98 | StringArray CtrlrMIDIBufferEditor::getMenuBarNames() |
| 99 | { |
| 100 | const char *menus[] = { "File", "Edit", 0 }; |
| 101 | return (StringArray(menus)); |
| 102 | } |
| 103 | |
| 104 | PopupMenu CtrlrMIDIBufferEditor::getMenuForIndex(int topLevelMenuIndex, const String &menuName) |
| 105 | { |
nothing calls this directly
no test coverage detected