dplug.lv2.lv2_init

LV2 Client implementation

Members

Functions

lv2_descriptor_templated
const(LV2_Descriptor)* lv2_descriptor_templated(uint index)
Undocumented in source. Be warned that the author may not have intended to support it.
lv2ui_descriptor_templated
const(LV2UI_Descriptor)* lv2ui_descriptor_templated(uint index)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

instantiate
LV2_Handle instantiate(const(LV2_Descriptor)* descriptor, double rate, const(char)* bundle_path, const(LV2_Feature*)* features)
Undocumented in source. Be warned that the author may not have intended to support it.

Templates

LV2EntryPoint
template LV2EntryPoint(alias ClientClass)

Main entry point for LV2 plugins.

Meta