Skip to content

Instantly share code, notes, and snippets.

@cjayb
Last active August 29, 2015 14:14
Show Gist options
  • Save cjayb/2492f1347e7243eb7a9b to your computer and use it in GitHub Desktop.
Save cjayb/2492f1347e7243eb7a9b to your computer and use it in GitHub Desktop.
pyo on mac with jack
# if python from brew, otherwise might not work
brew install portaudio portmidi libsndfile liblo jack
brew link portaudio portmidi libsndfile liblo
cd ~/Sites/tmp
svn checkout http://pyo.googlecode.com/svn/trunk/ pyo-read-only
cd pyo-read-only
python setup.py install --use-coreaudio --use-jack --use-double
cd ../
sudo rm -r pyo-read-only
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment