| 127 | } |
| 128 | |
| 129 | MAPI_EXPORT |
| 130 | void mapi_process(mapi_handle_t handle, |
| 131 | const float* const* ins, |
| 132 | float** outs, |
| 133 | unsigned int frames) |
| 134 | { |
| 135 | static_cast<PluginMAPI*>(handle)->process(ins, outs, frames); |
| 136 | } |
| 137 | |
| 138 | MAPI_EXPORT |
| 139 | void mapi_set_parameter(mapi_handle_t handle, unsigned int index, float value) |