BMidiText
BMidiText();
virtual ~BMidiText();
class BMidiText : public BMidi {
BMidiText::SystemExclusive(void* data, size_t length, uint32 time)
BMidiText::SystemCommon(
BMidiText::SystemRealTime(uchar status, uint32 time)
BMidiText::ResetTimer(bool start)
void BMidiText::_ReservedMidiText1() { }
void BMidiText::_ReservedMidiText2() { }
void BMidiText::_ReservedMidiText3() { }
BMidiText::Run()
BMidiText::_WaitAndPrint(uint32 time)
BMidiText::BMidiText()
BMidiText::~BMidiText()
BMidiText::NoteOff(
BMidiText::NoteOn(
BMidiText::KeyPressure(
BMidiText::ControlChange(
BMidiText::ProgramChange(
BMidiText::ChannelPressure(uchar channel, uchar pressure, uint32 time)
BMidiText::PitchBend(uchar channel, uchar lsb, uchar msb, uint32 time)
BMidiText * text = new BMidiText();