Instrument

public struct Instrument

Model of a single music-making object, through which a Performer can actuate musical actions.

Todo

Add Instrument.Kind metadata

Todo

Add long name

Todo

Add short name

Todo

Add abbreviation (with default abbreviating method)
  • Undocumented

    Declaration

    Swift

    public let name: String
  • Undocumented

    Declaration

    Swift

    public init(name: String)