Skip to content

SpotlightKid/libsequoia

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

C API for generative musical sequencing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.5%
  • Makefile 1.4%
  • Shell 0.1%