Google Custom Search

MidiRoster.h File Reference

Defines the heart of the MIDI Kit: the MIDI Roster. More...


Namespaces

namespace  BPrivate

Classes

class  BMidiRoster
 Interface to the system-wide Midi Roster. More...

Defines

#define B_MIDI_EVENT   'MIDI'
 BMessage identifier of MIDI messages.

Enumerations

enum  BMidiOp {
  B_MIDI_NO_OP,
  B_MIDI_REGISTERED,
  B_MIDI_UNREGISTERED,
  B_MIDI_CONNECTED,
  B_MIDI_DISCONNECTED,
  B_MIDI_CHANGED_NAME,
  B_MIDI_CHANGED_LATENCY,
  B_MIDI_CHANGED_PROPERTIES
}
 Defines the status codes for MIDI Server notification messages. More...


Detailed Description

Defines the heart of the MIDI Kit: the MIDI Roster.


Enumeration Type Documentation

enum BMidiOp

Defines the status codes for MIDI Server notification messages.

These codes are used when you request notification as in BMidiRoster::StartWatching(). Check against these codes to determine what is happening. See the StartWatching() method for a more complete description of the codes and their meaning.


The Haiku Book pre-R1 - MidiRoster.h File Reference
Generated on 14 Feb 2008