diff options
| author | Gary Scavone <gary@music.mcgill.ca> | 2014-03-30 11:25:07 -0400 |
|---|---|---|
| committer | Gary Scavone <gary@music.mcgill.ca> | 2014-03-30 11:25:07 -0400 |
| commit | ebd128a5a1f3a21bf346ec29d16a620026293d65 (patch) | |
| tree | 68c51f5df5f4ae68c4c97e497c3f84932acfafe7 | |
| parent | f77e648c12f3b2a0e868d000f52ead7a817f46f5 (diff) | |
Final documentation updates before release 2.1.0.
| -rw-r--r-- | RtMidi.h | 2 | ||||
| -rw-r--r-- | doc/doxygen/tutorial.txt | 4 | ||||
| -rw-r--r-- | doc/release.txt | 2 |
3 files changed, 3 insertions, 5 deletions
@@ -43,7 +43,7 @@ #ifndef RTMIDI_H #define RTMIDI_H -#define RTMIDI_VERSION "2.1.0pre" +#define RTMIDI_VERSION "2.1.0" #include <exception> #include <iostream> diff --git a/doc/doxygen/tutorial.txt b/doc/doxygen/tutorial.txt index 009edcc..d6dc826 100644 --- a/doc/doxygen/tutorial.txt +++ b/doc/doxygen/tutorial.txt @@ -21,11 +21,9 @@ MIDI input and output functionality are separated into two classes, RtMidiIn and A minor API change was made. The RtError class was renamed RtMidiError and embedded directly in RtMidi.h. Thus, all references to RtError should be renamed to RtMidiError and the RtError.h file should be deleted.
-No incompatable API changes were made in version 2.0, however, support for multiple compiled APIs (where available) was added (see \ref multi). Other changes include: 1. Added Windows Kernel Streaming support (thanks to Sebastien Alaiwan), though not tested in Visual Studio (and timestamping is not implemented); and 2. Support for the IRIX (SGI) operating system was discontinued.
-
\section download Download
-Latest Release (?? March 2014): <A href="http://www.music.mcgill.ca/~gary/rtmidi/release/rtmidi-2.1.0.tar.gz">Version 2.1.0</A>
+Latest Release (30 March 2014): <A href="http://www.music.mcgill.ca/~gary/rtmidi/release/rtmidi-2.1.0.tar.gz">Version 2.1.0</A>
\section start Getting Started
diff --git a/doc/release.txt b/doc/release.txt index c416a43..83debcc 100644 --- a/doc/release.txt +++ b/doc/release.txt @@ -2,7 +2,7 @@ RtMidi - a set of C++ classes that provides a common API for realtime MIDI input By Gary P. Scavone, 2003-2014
-v2.1.0: (?? 2014)
+v2.1.0: (30 March 2014)
- renamed RtError class to RtMidiError and embedded it in RtMidi.h (and deleted RtError.h)
- fix to CoreMidi implementation to support dynamic port changes
- removed global ALSA sequencer objects because they were not thread safe (Martin Koegler)
|
