MIDICIProfileSpecificDataBlock
A block the system calls when a MIDI-CI session or responder receives profile-specific data.
Declaration
typealias MIDICIProfileSpecificDataBlock = (MIDICISession, MIDIChannelNumber, MIDICIProfile, Data) -> VoidParameters
- session:
The MIDI-CI session.
- channel:
The MIDI channel number.
- profile:
The profile that received data.
- profileSpecificData:
The profile-specific data sent.