release.txt 667 B

12345678910111213141516
  1. RtMidi - a set of C++ classes which provide a common API for realtime MIDI input/output across Linux (ALSA), SGI, Macintosh OS X (CoreMidi), and Windows (Multimedia) operating systems.
  2. By Gary P. Scavone, 2003-2004.
  3. v1.0.3: (22 November 2004)
  4. - added common pure virtual functions to RtMidi abstract base class
  5. v1.0.2: (21 September 2004)
  6. - added warning messages to openVirtualPort() functions in Windows and Irix (where it can't be implemented)
  7. v1.0.1: (20 September 2004)
  8. - changed ALSA preprocessor definition to __LINUX_ALSASEQ__
  9. v1.0.0: (17 September 2004)
  10. - first release of new independent class with both input and output functionality