Skip to content

LV2 Property/Parameter Example Plugin

License

Notifications You must be signed in to change notification settings

x42/property_example.lv2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LV2 Parameter/Property Example

This simple LV2 plugin is provided as example to show how to use LV2 parameter properties as control values.

This plugin is a simple dezippered amplifier that exposes two parameters as properties: a float (gain in dB) and a boolean (polarity invert).

The plugin itself has no control data inputs. Both properties are set using a single LV2 Atom control port.

See also

Build and Install

make
#sudo make install PREFIX=/usr
ln -s "$(pwd)/build" ~/.lv2/property_example.lv2

About

LV2 Property/Parameter Example Plugin

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published