MCPcopy Create free account
hub / github.com/DISTRHO/DPF / clap_plugin_process

Function clap_plugin_process

distrho/src/DistrhoPluginCLAP.cpp:2498–2502  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2496}
2497
2498static clap_process_status CLAP_ABI clap_plugin_process(const clap_plugin_t* const plugin, const clap_process_t* const process)
2499{
2500 PluginCLAP* const instance = static_cast<PluginCLAP*>(plugin->plugin_data);
2501 return instance->process(process) ? CLAP_PROCESS_CONTINUE : CLAP_PROCESS_ERROR;
2502}
2503
2504static const void* CLAP_ABI clap_plugin_get_extension(const clap_plugin_t*, const char* const id)
2505{

Callers

nothing calls this directly

Calls 1

processMethod · 0.45

Tested by

no test coverage detected