MIDI Messages


The MidiMsg class of the MIDI Library is so similar to the MIDI_msg class in the previous release of Rogus that I'm not going to bother documenting it right now. Refer to Ben's documentation for release 1.1a. However, there is one new method of interest:

UtilStringPtr unparse()
This method returns a pointer to a UtilString which is a textual representation of the MidiMsg. The text is the same as produced by sprint(char*), but the advantage is that you do not need to know how long the string will be.

Modified 18 December 1995 pepellet@mit.edu