Home
last modified time | relevance | path

Searched refs:sent_buffersize_f (Results 1 – 13 of 13) sorted by relevance

/dports/audio/yoshimi/yoshimi-2.1.2.2/src/Synth/
H A DEnvelope.cpp132 float bufferdt = synth->sent_buffersize_f / synth->samplerate_f; in envout()
201 float bufferdt = synth->sent_buffersize_f / synth->samplerate_f; in envout_dB()
H A DLFO.cpp254 float incxMult = incx * synth->sent_buffersize_f; in lfoout()
300 lfoelapsed += synth->sent_buffersize_f / synth->samplerate_f; in lfoout()
H A DPADnote.cpp307 float tmp = (synth->sent_buffersize_f - 1.0) / (zerocrossings + 1) / 3.0; in fadein()
603 float tmp = 1.0f - (float)i / synth->sent_buffersize_f; in noteout()
H A DADnote.cpp1783 time += synth->sent_buffersize_f / synth->samplerate_f; in computeWorkingParameters()
2609 tmpwavel[i] *= 1.0f - (float)i / synth->sent_buffersize_f; in noteout()
2612 tmpwaver[i] *= 1.0f - (float)i / synth->sent_buffersize_f; in noteout()
2779 float tmp = 1.0f - (float)i / synth->sent_buffersize_f; in noteout()
H A DSUBnote.cpp807 float tmp = 1.0f - (float)i / synth->sent_buffersize_f; in noteout()
/dports/audio/yoshimi/yoshimi-2.1.2.2/src/Effects/
H A DChorus.cpp123 mdel = (dl1 * (synth->sent_buffersize - i) + dl2 * i) / synth->sent_buffersize_f; in out()
138 mdel = (dr1 * (synth->sent_buffersize - i) + dr2 * i) / synth->sent_buffersize_f; in out()
H A DAlienwah.cpp89 float x = (float)i / synth->sent_buffersize_f; in out()
H A DPhaser.cpp263 float x = (float)i / synth->sent_buffersize_f; in NormalPhase()
/dports/audio/yoshimi/yoshimi-2.1.2.2/src/DSP/
H A DSVFilter.cpp205 float x = (float)i / synth->sent_buffersize_f; in filterout()
H A DAnalogFilter.cpp470 float x = (float)i / synth->sent_buffersize_f;
/dports/audio/yoshimi/yoshimi-2.1.2.2/src/Misc/
H A DSynthEngine.h200 float sent_buffersize_f; //used for variable length runs variable
H A DSynthEngine.cpp146 sent_buffersize_f(0), in SynthEngine()
2015 sent_buffersize_f = buffersize_f; in MasterAudio()
2021 sent_buffersize_f = sent_buffersize; in MasterAudio()
H A DPart.cpp1251 float tmp = (synth->sent_buffersize - i) / synth->sent_buffersize_f; in ComputePartSmps()