- activate
void activate()
Undocumented in source. Be warned that the author may not have intended to support it.
- beginParamEdit
void beginParamEdit(int paramIndex)
Undocumented in source. Be warned that the author may not have intended to support it.
- cleanupUI
void cleanupUI()
Undocumented in source. Be warned that the author may not have intended to support it.
- connect_port
void connect_port(uint32_t port, void* data)
Undocumented in source. Be warned that the author may not have intended to support it.
- endParamEdit
void endParamEdit(int paramIndex)
Undocumented in source. Be warned that the author may not have intended to support it.
- getAtomStringURID
LV2_URID getAtomStringURID()
Undocumented in source. Be warned that the author may not have intended to support it.
- getBase64EncodedStateZ
const(ubyte)[] getBase64EncodedStateZ()
Undocumented in source. Be warned that the author may not have intended to support it.
- getDAW
DAW getDAW()
Undocumented in source. Be warned that the author may not have intended to support it.
- getPluginFormat
PluginFormat getPluginFormat()
Undocumented in source. Be warned that the author may not have intended to support it.
- getStateBinaryURI
const(char)[] getStateBinaryURI()
Undocumented in source. Be warned that the author may not have intended to support it.
- getStateBinaryURID
LV2_URID getStateBinaryURID()
Undocumented in source. Be warned that the author may not have intended to support it.
- instantiate
void instantiate(LV2_Descriptor* descriptor, double rate, char* bundle_path, const(LV2_Feature*)* features)
Undocumented in source. Be warned that the author may not have intended to support it.
- instantiateUI
void instantiateUI(LV2UI_Descriptor* descriptor, char* plugin_uri, char* bundle_path, LV2UI_Write_Function write_function, LV2UI_Controller controller, LV2UI_Widget* widget, const(LV2_Feature*)* features)
Undocumented in source. Be warned that the author may not have intended to support it.
- notifyResized
bool notifyResized()
Undocumented in source. Be warned that the author may not have intended to support it.
- paramAutomate
void paramAutomate(int paramIndex, float value)
Undocumented in source. Be warned that the author may not have intended to support it.
- portEventUI
void portEventUI(uint32_t port_index, uint32_t buffer_size, uint32_t format, void* buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
- requestResize
bool requestResize(int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.
- resizeScratchBuffers
void resizeScratchBuffers(int numSamples)
Undocumented in source. Be warned that the author may not have intended to support it.
- restoreStateBinaryBase64
bool restoreStateBinaryBase64(const(ubyte)[] base64StateBinary)
Undocumented in source. Be warned that the author may not have intended to support it.
- run
void run(uint32_t n_samples)
Undocumented in source. Be warned that the author may not have intended to support it.