LegacySoundFontsManager

public final class LegacySoundFontsManager : SubscriptionManager<SoundFontsEvent>
extension LegacySoundFontsManager: SoundFonts

Manages a collection of SoundFont instances. Changes to the collection are communicated as a SoundFontsEvent event.

  • Declaration

    Swift

    public var restored: Bool { get }
  • Undocumented

    Declaration

    Swift

    public var collection: LegacySoundFontCollection { get }
  • Create a new manager for a collection of SoundFonts. Attempts to load from disk a saved collection, and if that fails then creates a new one containing SoundFont instances embedded in the app.

    Declaration

    Swift

    public init(_ consolidatedConfigFile: ConsolidatedConfigFile)

SoundFonts Protocol