InfoBarEvent
public enum InfoBarEvent
The collection of event types that can be targeted in the InfoBarManager.addTarget
method
-
Move the keyboard up in scale so that the new first key value is the key after the current highest key
Declaration
Swift
case shiftKeyboardUp
-
Move the keyboard down in scale so that the new last key value is the key before the current lowest key
Declaration
Swift
case shiftKeyboardDown
-
Add a new sound font file to the collection of known files
Declaration
Swift
case addSoundFont
-
User performed a double-tap action on the info bar. Switch between favorites view and file/preset view
Declaration
Swift
case doubleTap
-
Show the guide overlay
Declaration
Swift
case showGuide
-
Show/hide the settings panel
Declaration
Swift
case showSettings
-
Enter edit mode to change individual preset visibility settings
Declaration
Swift
case editVisibility
-
Show/hide the effects panel
Declaration
Swift
case showEffects
-
Show/hide the tags list
Declaration
Swift
case showTags
-
Undocumented
Declaration
Swift
case showMoreButtons
-
Undocumented
Declaration
Swift
case hideMoreButtons