Date and documentation updates for release 4.0.4 (gps).
authorGary Scavone <gary@music.mcgill.ca>
Fri, 25 Jan 2008 02:34:00 +0000 (02:34 +0000)
committerStephen Sinclair <sinclair@music.mcgill.ca>
Thu, 10 Oct 2013 23:38:22 +0000 (01:38 +0200)
RtAudio.cpp
RtAudio.h
doc/doxygen/Doxyfile
doc/doxygen/footer.html
doc/doxygen/tutorial.txt
doc/release.txt
install
readme

index f879244a7d7a07537ccb25afbc2e1474b30c9808..8d15a34e311fc7ab4b6b250d6565ac4543d3b925 100644 (file)
@@ -10,7 +10,7 @@
     RtAudio WWW site: http://www.music.mcgill.ca/~gary/rtaudio/
 
     RtAudio: realtime audio i/o C++ classes
-    Copyright (c) 2001-2007 Gary P. Scavone
+    Copyright (c) 2001-2008 Gary P. Scavone
 
     Permission is hereby granted, free of charge, to any person
     obtaining a copy of this software and associated documentation files
@@ -38,7 +38,7 @@
 */
 /************************************************************************/
 
-// RtAudio: Version 4.0.4pre
+// RtAudio: Version 4.0.4
 
 #include "RtAudio.h"
 #include <iostream>
index e7314c7673944caad5ee1eb93901a0bf63ef5095..86962627d1c0b15e272ab4ed98d34d3674115e14 100644 (file)
--- a/RtAudio.h
+++ b/RtAudio.h
@@ -42,7 +42,7 @@
   \file RtAudio.h
  */
 
-// RtAudio: Version 4.0.4pre
+// RtAudio: Version 4.0.4
 
 #ifndef __RTAUDIO_H
 #define __RTAUDIO_H
index 0b72a2ab7c8a89a4b1284b2eb23fbeab58347dc6..be6e89cf2118aeca84a3728cca92434b163517f9 100644 (file)
@@ -23,7 +23,7 @@ PROJECT_NAME           = RtAudio
 # This could be handy for archiving the generated documentation or 
 # if some version control system is used.
 
-PROJECT_NUMBER         = 4.0.3
+PROJECT_NUMBER         = 4.0.4
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 
index c10c2ddba2ec2af6cf6ca6ccf7b3a5d071482c98..6d2718d0b456886061cc59de44b3b7918a718001 100644 (file)
@@ -1,7 +1,7 @@
 <HR>
 
 <table><tr><td><img src="../images/mcgill.gif" width=165></td>
-  <td>&copy;2001-2007 Gary P. Scavone, McGill University. All Rights Reserved.<br>Maintained by <a href="http://www.music.mcgill.ca/~gary/">Gary P. Scavone</a>.</td></tr>
+  <td>&copy;2001-2008 Gary P. Scavone, McGill University. All Rights Reserved.<br>Maintained by <a href="http://www.music.mcgill.ca/~gary/">Gary P. Scavone</a>.</td></tr>
 </table>
 
 </BODY>
index 89bb94892f8b673104db408be374b94ec56d2acf..906afe36c504c7c791f8f71ab5fe33386f086b74 100644 (file)
@@ -32,7 +32,7 @@ Devices are now re-enumerated every time the RtAudio::getDeviceCount(), RtAudio:
 
 \section download Download
 
-Latest Release (7 December 2007): <A href="http://music.mcgill.ca/~gary/rtaudio/release/rtaudio-4.0.3.tar.gz">Version 4.0.3</A>
+Latest Release (24 January 2008): <A href="http://music.mcgill.ca/~gary/rtaudio/release/rtaudio-4.0.4.tar.gz">Version 4.0.4</A>
 
 \section documentation Documentation Links
 
index b71225495067b6e1907413bcb2e9ad9e9232bf5f..4bccff856aa32f9f15489940702ab40f8e4ea9ea 100644 (file)
@@ -2,8 +2,8 @@ RtAudio - a set of C++ classes that provide a common API for realtime audio inpu
 
 By Gary P. Scavone, 2001-2008.
 
-v4.0.4: ()
-- added functionality to allow getDeviceInfo() to work in ALSA on an open device (like ASIO)
+v4.0.4: (24 January 2008)
+- added functionality to allow getDeviceInfo() to work in ALSA for an open device (like ASIO)
 - fixes in configure script
 - fixed clearing of error message stream in error()
 - fixed RtAudio::DeviceInfo description in "probing" documentation
diff --git a/install b/install
index 89788bebbcb8395e2260ecde64e1751de64925cb..8bdd0ca53720ead9811ed0e5953d0be3e84a5c5b 100644 (file)
--- a/install
+++ b/install
@@ -1,6 +1,6 @@
 RtAudio - a set of C++ classes which provide a common API for realtime audio input/output across Linux (native ALSA, JACK, and OSS), Macintosh OS X (CoreAudio and JACK), and Windows (DirectSound and ASIO) operating systems.
 
-By Gary P. Scavone, 2001-2007.
+By Gary P. Scavone, 2001-2008.
 
 To configure and compile (on Unix systems and MinGW):
 
diff --git a/readme b/readme
index e9279edd2531657203278210a6a374ab93063960..8228cd3687a3f4ab5f39718051250453362aa531 100644 (file)
--- a/readme
+++ b/readme
@@ -1,6 +1,6 @@
 RtAudio - a set of C++ classes that provide a common API for realtime audio input/output across Linux (native ALSA, JACK, and OSS), Macintosh OS X (CoreAudio and JACK), and Windows (DirectSound and ASIO) operating systems.
 
-By Gary P. Scavone, 2001-2007.
+By Gary P. Scavone, 2001-2008.
 
 This distribution of RtAudio contains the following:
 
@@ -34,7 +34,7 @@ LEGAL AND ETHICAL:
 The RtAudio license is similar to the MIT License.
 
     RtAudio: a set of realtime audio i/o C++ classes
-    Copyright (c) 2001-2007 Gary P. Scavone
+    Copyright (c) 2001-2008 Gary P. Scavone
 
     Permission is hereby granted, free of charge, to any person
     obtaining a copy of this software and associated documentation files