summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGary Scavone <gary@music.mcgill.ca>2014-01-06 16:53:30 -0800
committerGary Scavone <gary@music.mcgill.ca>2014-01-06 16:53:30 -0800
commitee76af899f7f27f4784d3bbae27f2c63f0f1e6ce (patch)
treea511dce650149d3969c50e0b685136a56a113901 /doc
parent9d0703f03ac2972409816f147e2141b3fe315a54 (diff)
Updates to OS-X sample rate querying, other small changes suggested by Martin Koegler.
Diffstat (limited to 'doc')
-rw-r--r--doc/doxygen/tutorial.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/doxygen/tutorial.txt b/doc/doxygen/tutorial.txt
index da05da6..41f3bc0 100644
--- a/doc/doxygen/tutorial.txt
+++ b/doc/doxygen/tutorial.txt
@@ -17,6 +17,10 @@ RtAudio incorporates the concept of audio streams, which represent audio output
\section whatsnew Latest Updates (Version 4.1.0)
+A minor API change was made. The RtError class was renamed RtAudioError and embedded directly in RtAudio.h. Thus, all references to RtError should be renamed to RtAudioError and the RtError.h file should be deleted.
+
+Changes in the previous 4.0.12 release included:
+
- new functionality to allow error reporting via a client-supplied function (thanks to Pavel Mogilevskiy)
- new function to return the version number
- updated RtAudio.cpp and ASIO files for UNICODE support (thanks to Renaud Schoonbroodt)