summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary Scavone <gary@music.mcgill.ca>2008-01-25 02:34:00 +0000
committerStephen Sinclair <sinclair@music.mcgill.ca>2013-10-11 01:38:22 +0200
commit1d3b191e05c76800fd3c30675f101e9dc5b2f5f1 (patch)
treebc78bc0d8a0c6f9a6498bf8de87b1bbd2da8e007
parentee94b95a993d091d1ab7826951498b03bb6dbbbc (diff)
Date and documentation updates for release 4.0.4 (gps).
-rw-r--r--RtAudio.cpp4
-rw-r--r--RtAudio.h2
-rw-r--r--doc/doxygen/Doxyfile2
-rw-r--r--doc/doxygen/footer.html2
-rw-r--r--doc/doxygen/tutorial.txt2
-rw-r--r--doc/release.txt4
-rw-r--r--install2
-rw-r--r--readme4
8 files changed, 11 insertions, 11 deletions
diff --git a/RtAudio.cpp b/RtAudio.cpp
index f879244..8d15a34 100644
--- a/RtAudio.cpp
+++ b/RtAudio.cpp
@@ -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>
diff --git a/RtAudio.h b/RtAudio.h
index e7314c7..8696262 100644
--- 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
diff --git a/doc/doxygen/Doxyfile b/doc/doxygen/Doxyfile
index 0b72a2a..be6e89c 100644
--- a/doc/doxygen/Doxyfile
+++ b/doc/doxygen/Doxyfile
@@ -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.
diff --git a/doc/doxygen/footer.html b/doc/doxygen/footer.html
index c10c2dd..6d2718d 100644
--- a/doc/doxygen/footer.html
+++ b/doc/doxygen/footer.html
@@ -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>
diff --git a/doc/doxygen/tutorial.txt b/doc/doxygen/tutorial.txt
index 89bb948..906afe3 100644
--- a/doc/doxygen/tutorial.txt
+++ b/doc/doxygen/tutorial.txt
@@ -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
diff --git a/doc/release.txt b/doc/release.txt
index b712254..4bccff8 100644
--- a/doc/release.txt
+++ b/doc/release.txt
@@ -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 89788be..8bdd0ca 100644
--- 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 e9279ed..8228cd3 100644
--- 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