MIDICIProfileWasUpdatedNotification

Static MIDICIProfileWasUpdatedNotification 

Source
pub unsafe static MIDICIProfileWasUpdatedNotification: &'static NSNotificationName
Available on crate features MIDICIDeviceManager and objc2-foundation only.
Expand description

A notification posted when a MIDI-CI Device has been enabled/disabled or updated.

The userInfo dictionary will contain a MIDICIDeviceObjectKey and MIDICIProfileObjectKey with the MIDICIDevice and MIDI-CI Profile which was recently enabled or disabled.

See also Apple’s documentation