Name

extension Notification.Name
  • Notification to check if now is a good time to ask for a review of the app

    Declaration

    Swift

    public static let askForReview: Notification.Name
  • Notification that the showKeyLabels setting changed

    Declaration

    Swift

    public static let keyLabelOptionChanged: Notification.Name
  • Notification to visit the app store to review the app

    Declaration

    Swift

    public static let visitAppStore: Notification.Name
  • Notification that the key width changed

    Declaration

    Swift

    public static let keyWidthChanged: Notification.Name
  • Notification that we found some orphan files

    Declaration

    Swift

    public static let soundFontsCollectionOrphans: Notification.Name
  • Notification that we cannot read/use an SF2 file

    Declaration

    Swift

    public static let soundFontFileAccessDenied: Notification.Name
  • Notification that we cannot locate an SF2 file

    Declaration

    Swift

    public static let soundFontFileNotAvailable: Notification.Name
  • A PresetConfig changed

    Declaration

    Swift

    public static let presetConfigChanged: Notification.Name
  • Set a tuning

    Declaration

    Swift

    public static let setTuning: Notification.Name
  • Set pitch-bend range

    Declaration

    Swift

    public static let setPitchBendRange: Notification.Name
  • Failed to load the consolidated config file

    Declaration

    Swift

    public static let configLoadFailure: Notification.Name
  • Notification that the effects view is appearing.

    Declaration

    Swift

    public static let showingEffects: Notification.Name
  • Notification that the effects view is going away.

    Declaration

    Swift

    public static let hidingEffects: Notification.Name
  • Notification about sampler failure.

    Declaration

    Swift

    public static let samplerStartFailure: Notification.Name
  • Notification that app is resigning active state

    Declaration

    Swift

    public static let appResigningActive: Notification.Name