an API for generative musical sequencing
First, install dependencies:
sudo apt-get install libjack-jackd2-dev
Then, compile/install with:
make
make install
First, build and install the C library.
You'll also need:
sudo apt-get install python-dev
Then:
cd python
make
make install