Package apple.coremidi.enums
Class MIDINotificationMessageID
- java.lang.Object
-
- apple.coremidi.enums.MIDINotificationMessageID
-
public final class MIDINotificationMessageID extends java.lang.Object[@enum] MIDINotificationMessageID Signifies the type of a MIDINotification. [@constant] kMIDIMsgSetupChanged Some aspect of the current MIDISetup has changed. No data. Should ignore this message if messages 2-6 are handled. [@constant] kMIDIMsgObjectAdded A device, entity or endpoint was added. Structure is MIDIObjectAddRemoveNotification. New in Mac OS X 10.2. [@constant] kMIDIMsgObjectRemoved A device, entity or endpoint was removed. Structure is MIDIObjectAddRemoveNotification. New in Mac OS X 10.2. [@constant] kMIDIMsgPropertyChanged An object's property was changed. Structure is MIDIObjectPropertyChangeNotification. New in Mac OS X 10.2. [@constant] kMIDIMsgThruConnectionsChanged A persistent MIDI Thru connection was created or destroyed. No data. New in Mac OS X 10.2. [@constant] kMIDIMsgSerialPortOwnerChanged No data. New in Mac OS X 10.2. [@constant] kMIDIMsgIOError A driver I/O error occurred.
-
-
Field Summary
Fields Modifier and Type Field Description static intIOErrorstatic intObjectAddedstatic intObjectRemovedstatic intPropertyChangedstatic intSerialPortOwnerChangedstatic intSetupChangedstatic intThruConnectionsChanged
-
-
-
Field Detail
-
SetupChanged
public static final int SetupChanged
- See Also:
- Constant Field Values
-
ObjectAdded
public static final int ObjectAdded
- See Also:
- Constant Field Values
-
ObjectRemoved
public static final int ObjectRemoved
- See Also:
- Constant Field Values
-
PropertyChanged
public static final int PropertyChanged
- See Also:
- Constant Field Values
-
ThruConnectionsChanged
public static final int ThruConnectionsChanged
- See Also:
- Constant Field Values
-
SerialPortOwnerChanged
public static final int SerialPortOwnerChanged
- See Also:
- Constant Field Values
-
IOError
public static final int IOError
- See Also:
- Constant Field Values
-
-