Expand description
Types to create plugins.
Macros§
- lv2_
descriptors - Generate external symbols for LV2 plugins.
Structs§
- Plugin
Info - Holds various data that is passed from the host at plugin instantiation time.
- Plugin
Instance - Plugin wrapper which translated between the host and the plugin.
Traits§
- Plugin
- The central trait to describe LV2 plugins.
Derive Macros§
- Feature
Collection - Port
Collection - Implement the
PortCollection
trait for a port struct.