diff options
| author | Gary Scavone <gary@music.mcgill.ca> | 2010-02-04 18:55:39 +0000 |
|---|---|---|
| committer | Stephen Sinclair <sinclair@music.mcgill.ca> | 2013-10-11 01:38:26 +0200 |
| commit | 1aeb3051b91d55cb23e15d5b03fe71a7cb447860 (patch) | |
| tree | fd9a51a51dd398488a4ca9b67645bbc9e7547443 /doc/doxygen/probe.txt | |
| parent | caedd756a73367c72e8c2c64c5554419d2168b97 (diff) | |
Many updates for release 4.0.7 (gs).
Diffstat (limited to 'doc/doxygen/probe.txt')
| -rw-r--r-- | doc/doxygen/probe.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/doxygen/probe.txt b/doc/doxygen/probe.txt index 1352f51..dd8c511 100644 --- a/doc/doxygen/probe.txt +++ b/doc/doxygen/probe.txt @@ -18,7 +18,7 @@ int main() // Scan through devices for various capabilities RtAudio::DeviceInfo info; - for ( unsigned int i=1; i<=devices; i++ ) { + for ( unsigned int i=0; i<=devices; i++ ) { info = audio.getDeviceInfo( i ); |
