release.txt 1.0 KB

1234567891011121314151617181920212223
  1. RtMidi - a set of C++ classes that provides 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-2005.
  3. v1.0.4: (14 October 2005)
  4. - added check for status byte == 0xF8 if ignoring timing messages
  5. - changed pthread attribute to SCHED_OTHER (from SCHED_RR) to avoid thread problem when realtime cababilities are not enabled.
  6. - now using ALSA sequencer time stamp information (thanks to Pedro Lopez-Cabanillas)
  7. - fixed memory leak in ALSA implementation
  8. - now concatenate segmented sysex messages in ALSA
  9. v1.0.3: (22 November 2004)
  10. - added common pure virtual functions to RtMidi abstract base class
  11. v1.0.2: (21 September 2004)
  12. - added warning messages to openVirtualPort() functions in Windows and Irix (where it can't be implemented)
  13. v1.0.1: (20 September 2004)
  14. - changed ALSA preprocessor definition to __LINUX_ALSASEQ__
  15. v1.0.0: (17 September 2004)
  16. - first release of new independent class with both input and output functionality