Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 686 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 686 Bytes

libsequoia

Build Status License: GPL v3

libsequoia is a library for loop-based musical step sequencing. It is available here as a C API, and uses JACK for the MIDI backend. Python bindings are also available as a separate project.

Build Instructions (C library)

First, install dependencies:

sudo apt-get install libjack-jackd2-dev libjson-c-dev

Then, compile/install with:

make
make install