summaryrefslogtreecommitdiff
path: root/doc/release.txt
diff options
context:
space:
mode:
authorGary Scavone <gary@music.mcgill.ca>2013-10-09 23:46:54 +0200
committerStephen Sinclair <sinclair@music.mcgill.ca>2013-10-10 01:08:39 +0200
commit8cd04dd6b77f05fe0f032959dfefda58b2ce38ae (patch)
tree05ea4287636967811199897e9f6b23fedd87f946 /doc/release.txt
parent45906f9f72aaf6578431e68a06a0cdb0bf6ccec8 (diff)
Version 3.0
Diffstat (limited to 'doc/release.txt')
-rw-r--r--doc/release.txt12
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/release.txt b/doc/release.txt
index bcd3867..b171916 100644
--- a/doc/release.txt
+++ b/doc/release.txt
@@ -1,6 +1,14 @@
-RtAudio - a C++ class which provides a common API for realtime audio input/output across Linux (native ALSA and OSS), SGI, Macintosh OS X (CoreAudio), and Windows (DirectSound and ASIO) operating systems.
+RtAudio - a set of C++ classes which provide a common API for realtime audio input/output across Linux (native ALSA, JACK, and OSS), SGI, Macintosh OS X (CoreAudio), and Windows (DirectSound and ASIO) operating systems.
-By Gary P. Scavone, 2002.
+By Gary P. Scavone, 2001-2004.
+
+v3.0: (11 March 2004)
+- added Linux Jack audio server support
+- new multi-api support by subclassing all apis and making rtaudio a controller class
+- added over/underload check to Mac OS X support
+- new scheme for blocking functionality in callback-based apis (CoreAudio, ASIO, and JACK)
+- removed multiple stream support (all stream indentifier arguments removed)
+- various style and name changes to conform with standard C++ practice
v2.1.1: (24 October 2002)
- bug fix in duplex for Mac OS X and Windows ASIO code