http://drobilla.net/software/slv2/
SLV2 is a library to make the use of LV2 plugins as simple as possible for
applications. It is written in standard C using the Redland RDF toolkit. The
Data (RDF) and code (shared library) functionality in SLV2 is strictly
separated so it is simple to control where each is used (e.g. it is possible
to discover/investigate plugins and related data without loading any shared
libraries, avoiding the associated risks).
Version: 0.6.6
See also: slv2-devel.
General Commands | |
lv2_inspect | print information about an LV2 plugin in human-readable form. |
lv2_jack_host | Run an LV2 plugin as a JACK application (with MIDI support). |
lv2_list | List all installed LV2 plugins. |
lv2_simple_jack_host | Run an LV2 plugin as a JACK application (audio only). |