Home
last modified time | relevance | path

Searched refs:FxOops (Results 1 – 2 of 2) sorted by relevance

/dports/audio/boops-lv2/BOops-1.8.2/src/
H A DFxOops.hpp34 class FxOops : public Fx class
37 FxOops () = delete;
39FxOops (RingBuffer<Stereo>** buffer, float* params, Pad* pads, double* framesPerStep, double rate,… in FxOops() function in FxOops
H A DSlot.cpp237 …case FX_OOPS: fx = new FxOops (&buffer, params, pads, &framesPerStep, plugin ? plugin->host.rate … in newFx()