Skip to content
/ lv2osc Public

A simple LV2 example in C++.

License

Notifications You must be signed in to change notification settings

jkbd/lv2osc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oscillator

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

Build

$ mkdir build && cd build
$ cmake .. -D CMAKE_BUILD_TYPE=Release
$ cmake --build .

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

$ sudo cmake --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 example in C++.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published