Home
last modified time | relevance | path

Searched defs:basefreq_ (Results 1 – 4 of 4) sorted by relevance

/dports/audio/yoshimi/yoshimi-2.1.2.2/src/Synth/
H A DEnvelope.cpp36 Envelope::Envelope(EnvelopeParams *envpars, float basefreq_, SynthEngine *_synth): in Envelope()
H A DSUBnote.cpp54 SUBnote::SUBnote(SUBnoteParameters *parameters, Controller *ctl_, float basefreq_, in SUBnote()
178 void SUBnote::legatoFadeIn(float basefreq_, float velocity_, int portamento_, int midinote_) in legatoFadeIn()
H A DPADnote.cpp280 void PADnote::setBaseFreq(float basefreq_) in setBaseFreq()
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/src/Synth/
H A DLFO.cpp24 LFO::LFO(const LFOParams &lfopars_, float basefreq_, const AbsTime &t, WatchManager *m, in LFO()