MIDINotifyBlock
A callback block for notifying clients of state changes.
Declaration
typealias MIDINotifyBlock = (UnsafePointer<MIDINotification>) -> VoidParameters
- message:
A structure that contains information about what changed.
Discussion
The system calls this block when some aspect of the current MIDI setup changes. The system calls it on an arbitrary thread chosen by the implementation; thread safety is the responsibility of the block.