nonfinite says:
Hi! Is there a way to install this on OSX? I tried compiling the debian makefile but no luck. It's looking for things that aren't there.
MacBook-Pro-4:picoloop anbrad$ make -f Makefile.RtAudio_debian
mkdir -p debianrtaudio
g++ -O3 -Wall -I.. -DHAVE_GETTIMEOFDAY -D__LINUX_ALSA__ -c RtAudio.cpp -o debianrtaudio/RtAudio.o
RtAudio.cpp:5098:10: fatal error: 'alsa/asoundlib.h' file not found
#include <alsa/asoundlib.h>
^
1 error generated.
make: *** [debianrtaudio/RtAudio.o] Error 1