AVAudioUnitMIDIInstrument
An object that represents music devices or remote instruments.
Declaration
class AVAudioUnitMIDIInstrumentOverview
Use an AVAudioUnitMIDIInstrument in a chain that processes real-time (live) input and has the general concept of music events; for example, notes.
Topics
Creating a MIDI instrument
Sending information to the MIDI instrument
sendController(_:withValue:onChannel:)sendMIDIEvent(_:data1:)sendMIDIEvent(_:data1:data2:)sendMIDISysExEvent(_:)sendPitchBend(_:onChannel:)sendPressure(_:onChannel:)sendPressure(forKey:withValue:onChannel:)sendProgramChange(_:onChannel:)sendProgramChange(_:bankMSB:bankLSB:onChannel:)send(_:)