| 2496 | } |
| 2497 | |
| 2498 | static 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 | |
| 2504 | static const void* CLAP_ABI clap_plugin_get_extension(const clap_plugin_t*, const char* const id) |
| 2505 | { |