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

Function vst_processReplacingCallback

distrho/src/DistrhoPluginVST2.cpp:1575–1582  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1573}
1574
1575static void VST_FUNCTION_INTERFACE vst_processReplacingCallback(vst_effect* const effect,
1576 const float* const* const inputs,
1577 float** const outputs,
1578 const int32_t sampleFrames)
1579{
1580 if (PluginVst* const pluginPtr = getEffectPlugin(effect))
1581 pluginPtr->vst_processReplacing(const_cast<const float**>(inputs), outputs, sampleFrames);
1582}
1583
1584// --------------------------------------------------------------------------------------------------------------------
1585

Callers

nothing calls this directly

Calls 1

getEffectPluginFunction · 0.85

Tested by

no test coverage detected