Version 3.0
authorGary Scavone <gary@music.mcgill.ca>
Wed, 9 Oct 2013 21:46:54 +0000 (23:46 +0200)
committerStephen Sinclair <sinclair@music.mcgill.ca>
Wed, 9 Oct 2013 23:08:39 +0000 (01:08 +0200)
commit8cd04dd6b77f05fe0f032959dfefda58b2ce38ae
tree05ea4287636967811199897e9f6b23fedd87f946
parent45906f9f72aaf6578431e68a06a0cdb0bf6ccec8
Version 3.0
90 files changed:
INSTALL [deleted file]
README [deleted file]
RtAudio.cpp
RtAudio.h
RtError.h [new file with mode: 0644]
asio/asio.h [new file with mode: 0644]
asio/asiodrivers.h [new file with mode: 0644]
asio/asiolist.h [new file with mode: 0644]
asio/asiosys.h [new file with mode: 0644]
asio/ginclude.h [new file with mode: 0644]
config.guess [changed mode: 0755->0644]
config.sub [changed mode: 0644->0755]
configure.ac
doc/doxygen/Doxyfile
doc/doxygen/footer.html
doc/doxygen/header.html
doc/doxygen/tutorial.txt
doc/images/ccrma.gif [changed mode: 0755->0644]
doc/images/mcgill.gif [new file with mode: 0644]
doc/release.txt
install [new file with mode: 0644]
install.sh [changed mode: 0644->0755]
readme [new file with mode: 0644]
tests/DirectSound/Debug/.placeholder [deleted file]
tests/DirectSound/Release/.placeholder [deleted file]
tests/DirectSound/call_inout.dsp [deleted file]
tests/DirectSound/call_playtwo.dsp [deleted file]
tests/DirectSound/call_saw.dsp [deleted file]
tests/DirectSound/call_twostreams.dsp [deleted file]
tests/DirectSound/in_out.dsp [deleted file]
tests/DirectSound/info.dsp [deleted file]
tests/DirectSound/play_raw.dsp [deleted file]
tests/DirectSound/play_saw.dsp [deleted file]
tests/DirectSound/record_raw.dsp [deleted file]
tests/DirectSound/rtaudio.dsw [deleted file]
tests/DirectSound/twostreams.dsp [deleted file]
tests/Makefile.in
tests/Windows/Debug/.placeholder [new file with mode: 0644]
tests/Windows/Release/.placeholder [new file with mode: 0644]
tests/Windows/asio.cpp [new file with mode: 0644]
tests/Windows/asio.h [new file with mode: 0644]
tests/Windows/asiodrivers.cpp [new file with mode: 0644]
tests/Windows/asiodrivers.h [new file with mode: 0644]
tests/Windows/asiodrvr.h [new file with mode: 0644]
tests/Windows/asiolist.cpp [new file with mode: 0644]
tests/Windows/asiolist.h [new file with mode: 0644]
tests/Windows/asiosys.h [new file with mode: 0644]
tests/Windows/call_inout.dsp [new file with mode: 0644]
tests/Windows/call_playtwo.dsp [new file with mode: 0644]
tests/Windows/call_saw.dsp [new file with mode: 0644]
tests/Windows/call_twostreams.dsp [new file with mode: 0644]
tests/Windows/ginclude.h [new file with mode: 0644]
tests/Windows/iasiodrv.h [new file with mode: 0644]
tests/Windows/in_out.dsp [new file with mode: 0644]
tests/Windows/info.dsp [new file with mode: 0644]
tests/Windows/play_raw.dsp [new file with mode: 0644]
tests/Windows/play_saw.dsp [new file with mode: 0644]
tests/Windows/record_raw.dsp [new file with mode: 0644]
tests/Windows/rtaudio.dsw [new file with mode: 0644]
tests/Windows/twostreams.dsp [new file with mode: 0644]
tests/asio/Debug/.placeholder [deleted file]
tests/asio/Release/.placeholder [deleted file]
tests/asio/asio.cpp [deleted file]
tests/asio/asio.h [deleted file]
tests/asio/asiodrivers.cpp [deleted file]
tests/asio/asiodrivers.h [deleted file]
tests/asio/asiodrvr.h [deleted file]
tests/asio/asiolist.cpp [deleted file]
tests/asio/asiolist.h [deleted file]
tests/asio/asiosys.h [deleted file]
tests/asio/call_inout.dsp [deleted file]
tests/asio/call_saw.dsp [deleted file]
tests/asio/ginclude.h [deleted file]
tests/asio/iasiodrv.h [deleted file]
tests/asio/in_out.dsp [deleted file]
tests/asio/info.dsp [deleted file]
tests/asio/play_raw.dsp [deleted file]
tests/asio/play_saw.dsp [deleted file]
tests/asio/record_raw.dsp [deleted file]
tests/asio/rtaudio.dsw [deleted file]
tests/call_inout.cpp
tests/call_playtwo.cpp [deleted file]
tests/call_saw.cpp
tests/call_twostreams.cpp [deleted file]
tests/in_out.cpp
tests/info.cpp
tests/play_raw.cpp
tests/play_saw.cpp
tests/record_raw.cpp
tests/twostreams.cpp