MenuItem
enum MenuItem : Int
MenuItem representing pages that can be navigated to from the menu
-
Undocumented
Declaration
Swift
case sequencer
-
Undocumented
Declaration
Swift
case synth
-
Undocumented
Declaration
Swift
case samples
-
Undocumented
Declaration
Swift
case settings
-
Undocumented
Declaration
Swift
case help
-
Undocumented
Declaration
Swift
func description() -> String
-
Get all the available menu items Returns: [MenuItem] for all available pages
Declaration
Swift
static func all() -> [MenuItem]