Module plugin

Source
Expand description

Types to create plugins.

Macros§

lv2_descriptors
Generate external symbols for LV2 plugins.

Structs§

PluginInfo
Holds various data that is passed from the host at plugin instantiation time.
PluginInstance
Plugin wrapper which translated between the host and the plugin.

Traits§

Plugin
The central trait to describe LV2 plugins.

Derive Macros§

FeatureCollection
PortCollection
Implement the PortCollection trait for a port struct.