aubio

Installing pd-aubio on Mac OS X

To install pd-aubio plugins 0.4 for Pd, download the Mac OS X binary and copy the aubio directory to your ~/Library/Pd directory:

$ curl -O http://aubio.org/bin/pd-aubio/0.4/pd-aubio-0.4-osx.zip
$ unzip -x pd-aubio-0.4-osx.zip
$ mkdir -p ~/Library/Pd
$ cp -prv pd-aubio-0.4-osx/aubio ~/Library/Pd

Compiling pd-aubio

Make sure you have aubio successfully installed on your system.

Extract the downloaded source tarball and go down in the source directoy:

tar xf pd-aubio-0.4.tar.bz2
cd pd-aubio-0.4

Use waf to build pd-aubio (you just need to have python installed):

./waf configure build

To find out more about waf's options:

./waf --help

Installing pd-aubio

Depending on your platform, the installation instructions may vary.

Linux

Use waf to install pd-aubio:

sudo ./waf install 

Mac OS X

You will need to run the following command to install aubio module at the correct location.

If you use Pd Vanilla (note that the version number might need to be adjusted):

cp -prv build/aubio.pd_darwin /Applications/Pd-0.45-3.app/Contents/Resources/extra/

Or, if you use Pd extended:

cp -prv build/aubio.pd_darwin /Applications/Pd-extended.app/Contents/Resources/extra/

xhtml | css