From 64f75193375cc6ec0052e33131df5939b7926ecd Mon Sep 17 00:00:00 2001 From: Gary Scavone Date: Fri, 11 Oct 2013 01:51:04 +0200 Subject: [PATCH] Release 4.0.2 tarball --- doc/html/RtAudio_8h-source.html | 2 +- doc/html/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/html/RtAudio_8h-source.html b/doc/html/RtAudio_8h-source.html index cb29d93..87f9fe0 100644 --- a/doc/html/RtAudio_8h-source.html +++ b/doc/html/RtAudio_8h-source.html @@ -590,7 +590,7 @@ 00911 { 00912 public: 00913 -00914 RtApiDummy() { errorText_ = "RtApiDummy: This class provides no functionality."; error( WARNING ); }; +00914 RtApiDummy() { errorText_ = "RtApiDummy: This class provides no functionality."; error( RtError::WARNING ); }; 00915 RtAudio::Api getCurrentApi( void ) { return RtAudio::RTAUDIO_DUMMY; }; 00916 unsigned int getDeviceCount( void ) { return 0; }; 00917 RtAudio::DeviceInfo getDeviceInfo( unsigned int device ) { RtAudio::DeviceInfo info; return info; }; diff --git a/doc/html/index.html b/doc/html/index.html index b683144..d973fcd 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -38,7 +38,7 @@ What's New (Version 4.0)

Devices are now re-enumerated every time the RtAudio::getDeviceCount(), RtAudio::getDeviceInfo(), and RtAudio::openStream() functions are called. This allows for the proper identification of hot-pluggable (USB, Firewire, ...) devices while a given RtAudio instance exists.

Download

-Latest Release (13 August 2007): Version 4.0.1

+Latest Release (21 August 2007): Version 4.0.2

Documentation Links

  1. Error Handling
  2. Probing Device Capabilities
  3. Device Settings
  4. Playback
  5. Recording
  6. Duplex Mode
  7. Using Simultaneous Multiple APIs
  8. Debugging & Compiling
  9. API Notes
  10. Acknowledgements
  11. License
  12. Bug Tracker
  13. Possible Updates
  14. RtAudio at SourceForge