diff options
| author | Stephen Sinclair <sinclair@music.mcgill.ca> | 2013-10-10 23:54:06 +0200 |
|---|---|---|
| committer | Stephen Sinclair <sinclair@music.mcgill.ca> | 2013-10-10 23:54:06 +0200 |
| commit | a1bbe4d94da4e9fd19f54bf83de23a6f5dc345df (patch) | |
| tree | 1e99302e1e96a4dafd56edca54dba12cf6a0bdfa /doc/Release.txt | |
| parent | cdfd5a2d8e8781f1925e90953a330ad38e63222f (diff) | |
| parent | 8eb71e693530726068addf6b8088aea0fd340f2a (diff) | |
Merge 2.0.1 into releases
Diffstat (limited to 'doc/Release.txt')
| -rw-r--r-- | doc/Release.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/Release.txt b/doc/Release.txt new file mode 100644 index 0000000..5b25661 --- /dev/null +++ b/doc/Release.txt @@ -0,0 +1,13 @@ +RtAudio - a C++ class which provides a common API for realtime audio input/output across Linux (native ALSA and OSS), SGI, and Windows operating systems.
+
+By Gary P. Scavone, 2002.
+
+
+v2.01: (27 April 2002)
+- Windows destructor bug fix when no devices available
+- RtAudioError class renamed to RtError
+- Preprocessor definitions changed slightly (i.e. __LINUX_OSS_ to __LINUX_OSS__) to conform with new Synthesis ToolKit distribution
+
+v2.0: (22 January 2002)
+- first release of new independent class
+
|
