#include <midi.h>
List of all members.
Detailed Description
Definition at line 33 of file midi.h.
Member Enumeration Documentation
- Enumerator:
| eNoteOff |
|
| eNoteOn |
|
| eNoteAfter |
|
| eControl |
|
| eProgram |
|
| eChannelAfter |
|
| ePitch |
|
| eSystem |
|
| eInvalid |
|
Definition at line 36 of file midi.h.
Constructor & Destructor Documentation
| media::MidiEvent::MidiEvent |
( |
void |
|
) |
throw () [inline] |
| media::MidiEvent::MidiEvent |
( |
IN const MidiEvent & |
event |
) |
throw () [inline] |
Member Function Documentation
| byte_t media::MidiEvent::GetChannel |
( |
void |
|
) |
const throw () [inline] |
| byte_t media::MidiEvent::GetByte0 |
( |
void |
|
) |
const throw () [inline] |
| byte_t media::MidiEvent::GetByte1 |
( |
void |
|
) |
const throw () [inline] |
| byte_t media::MidiEvent::GetNote |
( |
void |
|
) |
const throw () [inline] |
| byte_t media::MidiEvent::GetVelocity |
( |
void |
|
) |
const throw () [inline] |
| byte_t media::MidiEvent::GetControlNumber |
( |
void |
|
) |
const throw () [inline] |
| byte_t media::MidiEvent::GetControlValue |
( |
void |
|
) |
const throw () [inline] |
| byte_t media::MidiEvent::GetPatch |
( |
void |
|
) |
const throw () [inline] |
| byte_t media::MidiEvent::GetPressure |
( |
void |
|
) |
const throw () [inline] |
| word_t media::MidiEvent::GetPitch |
( |
void |
|
) |
const throw () [inline] |
| const MidiEvent& media::MidiEvent::operator= |
( |
IN const MidiEvent & |
event |
) |
throw () [inline] |
| bool media::MidiEvent::IsValidStatus |
( |
IN eStatus |
status |
) |
throw () [static] |
| int media::MidiEvent::GetDataByteCount |
( |
IN eStatus |
status |
) |
throw () [static] |
| void media::MidiEvent::SetStatus |
( |
IN eStatus |
status |
) |
throw () [inline] |
| void media::MidiEvent::SetChannel |
( |
IN int |
channel |
) |
throw () [inline] |
| void media::MidiEvent::SetByte0 |
( |
IN byte_t |
b0 |
) |
throw () [inline] |
| void media::MidiEvent::SetByte1 |
( |
IN byte_t |
b1 |
) |
throw () [inline] |
| void media::MidiEvent::SetWord |
( |
IN word_t |
w |
) |
throw () [inline] |
Member Data Documentation
union { ... } [protected] |
The documentation for this class was generated from the following files: