SoundFontAndPatch
public struct SoundFontAndPatch : Codable, Hashable
A unique combination of a SoundFont and one if its patches. This is the normal way to communicate what patch is active
and what a favorite item points to.
-
Undocumented
Declaration
Swift
public let soundFontKey: LegacySoundFont.Key -
Undocumented
Declaration
Swift
public let patchIndex: Int
View on GitHub
SoundFontAndPatch Structure Reference