jkbd / noise

Example noise generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

noise

A LV2 plug-in as example code for the Programmable Audio Workshop to exercise how to compile Faust code for the MOD Duo.

Build

$ make

Install

$ sudo make install

will copy the noise.lv2 directory into $PREFIX/lib/lv2/. By default $PREFIX is set to /usr/local.

About

Example noise generator

License:MIT License


Languages

Language:Makefile 100.0%