Browse Source

A few more minor updates for the RtAudioError class change.

tags/4.1.0
Gary Scavone 10 years ago
parent
commit
bc89055478
3 changed files with 449 additions and 150 deletions
  1. +1
    -1
      RtAudio.h
  2. +446
    -147
      doc/doxygen/Doxyfile
  3. +2
    -2
      doc/doxygen/tutorial.txt

+ 1
- 1
RtAudio.h View File

@@ -188,7 +188,7 @@ typedef int (*RtAudioCallback)( void *outputBuffer, void *inputBuffer,

/************************************************************************/
/*! \class RtAudioError
\brief Exception handling class for RtAudio & RtMidi.
\brief Exception handling class for RtAudio.

The RtAudioError class is quite simple but it does allow errors to be
"caught" by RtAudioError::Type. See the RtAudio and RtMidi


+ 446
- 147
doc/doxygen/Doxyfile
File diff suppressed because it is too large
View File


+ 2
- 2
doc/doxygen/tutorial.txt View File

@@ -15,7 +15,7 @@ RtAudio is a set of C++ classes that provide a common API (Application Programmi

RtAudio incorporates the concept of audio streams, which represent audio output (playback) and/or input (recording). Available audio devices and their capabilities can be enumerated and then specified when opening a stream. Where applicable, multiple API support can be compiled and a particular API specified when creating an RtAudio instance. See the \ref apinotes section for information specific to each of the supported audio APIs.

\section whatsnew Latest Updates (Version 4.0.12)
\section whatsnew Latest Updates (Version 4.1.0)

- new functionality to allow error reporting via a client-supplied function (thanks to Pavel Mogilevskiy)
- new function to return the version number
@@ -29,7 +29,7 @@ RtAudio incorporates the concept of audio streams, which represent audio output

\section download Download

Latest Release (16 April 2013): <A href="http://www.music.mcgill.ca/~gary/rtaudio/release/rtaudio-4.0.12.tar.gz">Version 4.0.12</A>
Latest Release (?? 2014): <A href="http://www.music.mcgill.ca/~gary/rtaudio/release/rtaudio-4.1.0.tar.gz">Version 4.1.0</A>

\section documentation Documentation Links



Loading…
Cancel
Save