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

Function mapi_process

distrho/src/DistrhoPluginMAPI.cpp:129–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129MAPI_EXPORT
130void 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
138MAPI_EXPORT
139void mapi_set_parameter(mapi_handle_t handle, unsigned int index, float value)

Callers

nothing calls this directly

Calls 1

processMethod · 0.45

Tested by

no test coverage detected