Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 165 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 165 Bytes

liblinne

What is this

This is the audio synthesis engine developed fo the Linne project

How to build

Use CMake.

mkdir build
cmake ..
make -j4