Enumerations
The following enumerations are available globally.
-
Container for a user-selected soundfont patch or a user-created favorite.
See moreDeclaration
Swift
public enum ActivePatchKind : Equatable
extension ActivePatchKind: Codable
extension ActivePatchKind: CustomStringConvertible
-
The event notifications that can come from an ActivePatchManager subscription.
See moreDeclaration
Swift
public enum ActivePatchEvent
-
Undocumented
See moreDeclaration
Swift
public enum BuildScheme
-
Undocumented
See moreDeclaration
Swift
enum ConfigFileError : Error
-
There are two types of MIDI banks in the General MIDI standard: melody and percussion
See moreDeclaration
Swift
enum MIDIBankType
-
Enumeration of MIDI messages (v1.0) that will be sent to a MIDIController
See moreDeclaration
Swift
public enum MIDIMsg
-
Events from a Sampler that can be monitored
See moreDeclaration
Swift
public enum SamplerEvent
-
Failure modes for a sampler
See moreDeclaration
Swift
public enum SamplerStartFailure : Error
-
Types of SF2 load failures
See moreDeclaration
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 moreDeclaration
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 moreDeclaration
Swift
public enum SoundFontKind
extension SoundFontKind: Codable
extension SoundFontKind: Hashable
-
State change events that can happen with a ComponentContainer.
See moreDeclaration
Swift
public enum ComponentContainerEvent
-
Reason why the FavoriteDetailController view was dismissed by the user.
See moreDeclaration
Swift
public enum FavoriteEditorDismissedReason
-
The different events which are emitted by a Favorites collection when the collection changes.
See moreDeclaration
Swift
public enum FavoritesEvent
-
Reason why the FontEditor view was dismissed by the user.
See moreDeclaration
Swift
public enum FontEditorDismissedReason
-
The collection of event types that can be targeted in the
See moreInfoBarManager.addTarget
methodDeclaration
Swift
public enum InfoBarEvent
-
The different events which are emitted by a SoundFonts collection when the collection changes.
See moreDeclaration
Swift
public enum SoundFontsEvent
-
The various tag events that can happen.
See moreDeclaration
Swift
public enum TagsEvent
-
The collection of event types that can be targeted in the
See moreUpperViewSwipingActivity.addTarget
methodDeclaration
Swift
public enum UpperViewSwipingEvent
-
Undocumented
See moreDeclaration
Swift
public enum SelectedSoundFontEvent
-
Undocumented
See moreDeclaration
Swift
public enum KeyLabelOption : Int
-
A container for a wrapper around a DecodableDefaultSource
See moreDeclaration
Swift
enum DecodableDefault
-
Collection of value formatters that use localized strings.
See moreDeclaration
Swift
public enum Icon : CaseIterable