Skip to content

BramGiesen/ringModulator_lv2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oscillator

A simple LV2 example in C++. Just for experiments.

Build

$ mkdir build && cd build
$ cmake ..
$ make

To install, copy the bundle osc.lv2 manually to the standard locations or run

$ make install

to install it in $PREFIX/lib/lv2/. You could change the $PREFIX by running

$ cmake -D CMAKE_INSTALL_PREFIX=/your/path ..

above.

About

A simple lv2 ringmodulator plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published