Home
last modified time | relevance | path

Searched refs:efxoutr_ (Results 1 – 25 of 127) sorted by relevance

123456

/dports/audio/yoshimi/yoshimi-2.1.2.2/src/Effects/
H A DEffect.cpp32 Effect::Effect(bool insertion_, float *efxoutl_, float *efxoutr_, in Effect() argument
37 efxoutr(efxoutr_), in Effect()
/dports/audio/lmms/lmms-1.2.2/plugins/zynaddsubfx/zynaddsubfx/src/Effects/
H A DEffect.cpp29 Effect::Effect(bool insertion_, float *efxoutl_, float *efxoutr_, in Effect() argument
34 efxoutr(efxoutr_), in Effect()
H A DDistorsion.cpp29 Distorsion::Distorsion(bool insertion_, float *efxoutl_, float *efxoutr_, unsigned int srate, int b… in Distorsion() argument
30 :Effect(insertion_, efxoutl_, efxoutr_, NULL, 0, srate, bufsize), in Distorsion()
H A DEQ.cpp28 EQ::EQ(bool insertion_, float *efxoutl_, float *efxoutr_, unsigned int srate, int bufsize) in EQ() argument
29 :Effect(insertion_, efxoutl_, efxoutr_, NULL, 0, srate, bufsize) in EQ()
H A DEcho.cpp31 Echo::Echo(bool insertion_, float *efxoutl_, float *efxoutr_, unsigned int srate, int bufsize) in Echo() argument
32 :Effect(insertion_, efxoutl_, efxoutr_, NULL, 0, srate, bufsize), in Echo()
H A DAlienwah.cpp27 Alienwah::Alienwah(bool insertion_, float *efxoutl_, float *efxoutr_, unsigned int srate, int bufsi… in Alienwah() argument
28 :Effect(insertion_, efxoutl_, efxoutr_, NULL, 0, srate, bufsize), in Alienwah()
H A DEQ.h33 EQ(bool insertion_, float *efxoutl_, float *efxoutr_, unsigned int srate, int bufsize);
H A DChorus.cpp30 Chorus::Chorus(bool insertion_, float *const efxoutl_, float *efxoutr_, unsigned int srate, int buf… in Chorus() argument
31 :Effect(insertion_, efxoutl_, efxoutr_, NULL, 0, srate, bufsize), in Chorus()
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/src/Effects/
H A DEffect.cpp22 EffectParams::EffectParams(Allocator &alloc_, bool insertion_, float *efxoutl_, float *efxoutr_, in EffectParams() argument
25 :alloc(alloc_), insertion(insertion_), efxoutl(efxoutl_), efxoutr(efxoutr_), in EffectParams()
/dports/audio/rkr-lv2/rkrlv2-beta_2-2-gd8c17d3/src/
H A DCabinet.C27 Cabinet::Cabinet(float * efxoutl_, float * efxoutr_, double sample_frequency, uint32_t intermediate… in Cabinet() argument
29 eq = new EQ(efxoutl_, efxoutr_, sample_frequency, intermediate_bufsize); in Cabinet()
H A DExciter.C29 Exciter::Exciter (float * efxoutl_, float * efxoutr_, double sample_rate, uint32_t intermediate_buf… in Exciter() argument
32 efxoutr = efxoutr_; in Exciter()
H A DShelfBoost.C28 ShelfBoost::ShelfBoost (float * efxoutl_, float * efxoutr_, double sample_rate, uint32_t intermedia…
31 efxoutr = efxoutr_;
H A DSustainer.C28 Sustainer::Sustainer (float * efxoutl_, float * efxoutr_, double sample_rate) in Sustainer() argument
32 efxoutr = efxoutr_; in Sustainer()
H A DPan.C29 Pan::Pan (float *efxoutl_, float *efxoutr_, double sample_rate) in Pan() argument
33 efxoutr = efxoutr_; in Pan()
H A DGate.C33 Gate::Gate (float * efxoutl_, float * efxoutr_, double samplerate, uint32_t intermediate_bufsize) in Gate() argument
37 efxoutr = efxoutr_; in Gate()
H A DExpander.C31 Expander::Expander (float * efxoutl_, float * efxoutr_, double sample_rate, uint32_t intermediate_b…
35 efxoutr = efxoutr_;
H A DEQ.C30 EQ::EQ (float * efxoutl_, float * efxoutr_, double samplerate, uint32_t intermediate_bufsize) in EQ() argument
34 efxoutr = efxoutr_; in EQ()
H A DCabinet.h31 …Cabinet (float * efxoutl_, float * efxoutr_, double sample_frequency, uint32_t intermediate_bufsiz…
H A DShuffle.C36 Shuffle::Shuffle (float * efxoutl_, float * efxoutr_, double sample_rate, uint32_t intermediate_buf… in Shuffle() argument
39 efxoutr = efxoutr_; in Shuffle()
H A DCoilCrafter.C30 CoilCrafter::CoilCrafter (float * efxoutl_, float * efxoutr_, double sample_rate, uint32_t intermed… in Chorus() argument
33 efxoutr = efxoutr_; in Chorus()
H A DEQ.h34 EQ (float * efxoutl_, float * efxoutr_, double samplerate, uint32_t intermediate_bufsize);
H A DShelfBoost.h30 …ShelfBoost (float * efxoutl_, float * efxoutr_, double sample_rate, uint32_t intermediate_bufsize);
H A DEcho.C33 Echo::Echo (float * efxoutl_, float * efxoutr_, double samplerate) in Echo() argument
36 efxoutr = efxoutr_; in Echo()
H A DRecognizeNote.C39 Recognize::Recognize (float *efxoutl_, float *efxoutr_, float trig, double sample_rate, float tune,… in Recognize() argument
43 efxoutr = efxoutr_; in Recognize()
H A DOpticaltrem.C29 Opticaltrem::Opticaltrem (float * efxoutl_, float * efxoutr_, double sample_rate) in Opticaltrem() argument
32 efxoutr = efxoutr_; in Opticaltrem()

123456