Home
last modified time | relevance | path

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

/dports/audio/boops-lv2/BOops-1.8.2/src/
H A DFxWaveshaper.hpp45 class FxWaveshaper : public Fx class
48 FxWaveshaper () = delete;
50FxWaveshaper (RingBuffer<Stereo>** buffer, float* params, Pad* pads, Shape<SHAPE_MAXNODES>* shape)… in FxWaveshaper() function in FxWaveshaper
H A DSlot.cpp255 case FX_WAVESHAPER: fx = new FxWaveshaper (&buffer, params, pads, &shape); in newFx()