From 325fea749470f53e3d9dcd903d1c9b7c881a37fc Mon Sep 17 00:00:00 2001 From: Gary Scavone Date: Tue, 30 Aug 2011 18:47:27 +0000 Subject: Fix for compile bug in Windows DS and library configure in linux (GS). --- RtAudio.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'RtAudio.cpp') diff --git a/RtAudio.cpp b/RtAudio.cpp index 4a3966b..8a520c3 100644 --- a/RtAudio.cpp +++ b/RtAudio.cpp @@ -3664,9 +3664,9 @@ unsigned int RtApiDs :: getDeviceCount( void ) std::vector< int > indices; for ( unsigned int i=0; i Date: Tue, 30 Aug 2011 18:52:18 +0000 Subject: Documentation updates for release 4.0.10 (GS). --- RtAudio.cpp | 2 +- RtAudio.h | 2 +- doc/doxygen/Doxyfile | 2 +- doc/doxygen/tutorial.txt | 2 +- doc/release.txt | 4 ++++ 5 files changed, 8 insertions(+), 4 deletions(-) (limited to 'RtAudio.cpp') diff --git a/RtAudio.cpp b/RtAudio.cpp index 8a520c3..d4f3819 100644 --- a/RtAudio.cpp +++ b/RtAudio.cpp @@ -38,7 +38,7 @@ */ /************************************************************************/ -// RtAudio: Version 4.0.9 +// RtAudio: Version 4.0.10 #include "RtAudio.h" #include diff --git a/RtAudio.h b/RtAudio.h index 6032368..368fda3 100644 --- a/RtAudio.h +++ b/RtAudio.h @@ -42,7 +42,7 @@ \file RtAudio.h */ -// RtAudio: Version 4.0.9 +// RtAudio: Version 4.0.10 #ifndef __RTAUDIO_H #define __RTAUDIO_H diff --git a/doc/doxygen/Doxyfile b/doc/doxygen/Doxyfile index a590a7b..f3c509e 100644 --- a/doc/doxygen/Doxyfile +++ b/doc/doxygen/Doxyfile @@ -31,7 +31,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.9 +PROJECT_NUMBER = 4.0.10 # 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/tutorial.txt b/doc/doxygen/tutorial.txt index 1066f41..39cb76a 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 (14 August 2011): Version 4.0.9 +Latest Release (30 August 2011): Version 4.0.10 \section documentation Documentation Links diff --git a/doc/release.txt b/doc/release.txt index ebbc432..a3dab35 100644 --- a/doc/release.txt +++ b/doc/release.txt @@ -2,6 +2,10 @@ RtAudio - a set of C++ classes that provide a common API for realtime audio inpu By Gary P. Scavone, 2001-2011. +v4.0.10: (30 August 2011) +- fix for compile bug in Windows DS (counting devices) +- update to configure and library Makefile + v4.0.9: (14 August 2011) - fix for ASIO problem enumerating devices after opening duplex stream (Oliver Larkin) - fix for OS-X problems setting sample rate and bits-per-sample -- cgit v1.2.3