MIDICIDeviceWasAddedNotification

Static MIDICIDeviceWasAddedNotification 

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

A notification posted when a MIDI-CI Device has been added to the subsystem.

The userInfo dictionary will contain a MIDICIDeviceObjectKey with the MIDI-CI Device which has been added to the subsystem.

See also Apple’s documentation