Enumerations

The following enumerations are available globally.

  • Container for a user-selected soundfont patch or a user-created favorite.

    See more

    Declaration

    Swift

    public enum ActivePatchKind : Equatable
    extension ActivePatchKind: Codable
    extension ActivePatchKind: CustomStringConvertible
  • The event notifications that can come from an ActivePatchManager subscription.

    See more

    Declaration

    Swift

    public enum ActivePatchEvent
  • Undocumented

    See more

    Declaration

    Swift

    public enum BuildScheme
  • Undocumented

    See more

    Declaration

    Swift

    enum ConfigFileError : Error
  • There are two types of MIDI banks in the General MIDI standard: melody and percussion

    See more

    Declaration

    Swift

    enum MIDIBankType
  • Enumeration of MIDI messages (v1.0) that will be sent to a MIDIController

    See more

    Declaration

    Swift

    public enum MIDIMsg
  • Events from a Sampler that can be monitored

    See more

    Declaration

    Swift

    public enum SamplerEvent
  • Failure modes for a sampler

    See more

    Declaration

    Swift

    public enum SamplerStartFailure : Error
  • Types of SF2 load failures

    See more

    Declaration

    Swift

    public enum SoundFontFileLoadFailure : Error
    extension SoundFontFileLoadFailure: Hashable
    extension SoundFontFileLoadFailure: Equatable
  • Various error conditions for loading or working with a sound font (SF2) file

    See more

    Declaration

    Swift

    public enum SoundFontKindError : Error
  • There are two types of SoundFont instances in the application: a built-in kind that resides in the app’s bundle, and a file kind which comes from an external source.

    See more

    Declaration

    Swift

    public enum SoundFontKind
    extension SoundFontKind: Codable
    extension SoundFontKind: Hashable
  • State change events that can happen with a ComponentContainer.

    See more

    Declaration

    Swift

    public enum ComponentContainerEvent
  • Reason why the FavoriteDetailController view was dismissed by the user.

    See more

    Declaration

    Swift

    public enum FavoriteEditorDismissedReason
  • The different events which are emitted by a Favorites collection when the collection changes.

    See more

    Declaration

    Swift

    public enum FavoritesEvent
  • Reason why the FontEditor view was dismissed by the user.

    See more

    Declaration

    Swift

    public enum FontEditorDismissedReason
  • The collection of event types that can be targeted in the InfoBarManager.addTarget method

    See more

    Declaration

    Swift

    public enum InfoBarEvent
  • The different events which are emitted by a SoundFonts collection when the collection changes.

    See more

    Declaration

    Swift

    public enum SoundFontsEvent
  • The various tag events that can happen.

    See more

    Declaration

    Swift

    public enum TagsEvent
  • The collection of event types that can be targeted in the UpperViewSwipingActivity.addTarget method

    See more

    Declaration

    Swift

    public enum UpperViewSwipingEvent
  • Undocumented

    See more

    Declaration

    Swift

    public enum SelectedSoundFontEvent
  • Undocumented

    See more

    Declaration

    Swift

    public enum KeyLabelOption : Int
  • A container for a wrapper around a DecodableDefaultSource

    See more

    Declaration

    Swift

    enum DecodableDefault
  • Collection of value formatters that use localized strings.

    See more

    Declaration

    Swift

    public enum Icon : CaseIterable