Skip to content

stormyweathers/libsequoia

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libsequoia

an API for generative musical sequencing

Build Instructions (C library)

First, install dependencies:

sudo apt-get install libjack-jackd2-dev

Then, compile/install with:

make
make install

Build Instructions (Python bindings)

First, build and install the C library.

You'll also need:

sudo apt-get install python-dev

Then:

cd python
make
make install

About

C API for generative musical sequencing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.7%
  • Makefile 1.8%
  • Python 0.5%