Home
last modified time | relevance | path

Searched refs:sent_bufferbytes (Results 1 – 12 of 12) sorted by relevance

/dports/audio/yoshimi/yoshimi-2.1.2.2/src/Effects/
H A DEffectMgr.cpp185 memset(smpsl, 0, synth->sent_bufferbytes); in out()
186 memset(smpsr, 0, synth->sent_bufferbytes); in out()
187 memset(efxoutl, 0, synth->sent_bufferbytes); in out()
188 memset(efxoutr, 0, synth->sent_bufferbytes); in out()
192 memset(efxoutl, 0, synth->sent_bufferbytes); in out()
193 memset(efxoutr, 0, synth->sent_bufferbytes); in out()
198 memcpy(smpsl, efxoutl, synth->sent_bufferbytes); in out()
199 memcpy(smpsr, efxoutr, synth->sent_bufferbytes); in out()
H A DEQ.cpp77 memcpy(efxoutl, smpsl, synth->sent_bufferbytes); in out()
78 memcpy(efxoutr, smpsr, synth->sent_bufferbytes); in out()
H A DDynamicFilter.cpp91 memcpy(efxoutl, smpsl, synth->sent_bufferbytes); in out()
92 memcpy(efxoutr, smpsr, synth->sent_bufferbytes); in out()
H A DDistorsion.cpp165 memcpy(efxoutr, efxoutl, synth->sent_bufferbytes); in out()
/dports/audio/yoshimi/yoshimi-2.1.2.2/src/Synth/
H A DSUBnote.cpp685 memset(outl, 0, synth->sent_bufferbytes); in noteout()
686 memset(outr, 0, synth->sent_bufferbytes); in noteout()
702 memcpy(tmpsmp, tmprnd, synth->sent_bufferbytes); in noteout()
720 memcpy(tmpsmp, tmprnd, synth->sent_bufferbytes); in noteout()
730 memcpy(outr, outl, synth->sent_bufferbytes); in noteout()
H A DADnote.cpp2461 memset(outl, 0, synth->sent_bufferbytes); in noteout()
2462 memset(outr, 0, synth->sent_bufferbytes); in noteout()
2469 memset(bypassl, 0, synth->sent_bufferbytes); in noteout()
2470 memset(bypassr, 0, synth->sent_bufferbytes); in noteout()
2489 memset(tmpwavel, 0, synth->sent_bufferbytes); in noteout()
2491 memset(tmpwaver, 0, synth->sent_bufferbytes); in noteout()
2687 memcpy(outr, outl, synth->sent_bufferbytes); in noteout()
2688 memcpy(bypassr, bypassl, synth->sent_bufferbytes); in noteout()
/dports/audio/yoshimi/yoshimi-2.1.2.2/src/DSP/
H A DFormantFilter.cpp251 memcpy(inbuffer, smp, synth->sent_bufferbytes); in filterout()
252 memset(smp, 0, synth->sent_bufferbytes); in filterout()
H A DSVFilter.cpp193 memcpy(tmpismp, smp, synth->sent_bufferbytes); in filterout()
H A DAnalogFilter.cpp458 memcpy(tmpismp, smp, synth->sent_bufferbytes);
/dports/audio/yoshimi/yoshimi-2.1.2.2/src/Misc/
H A DSynthEngine.cpp145 sent_bufferbytes(0), in SynthEngine()
2014 sent_bufferbytes = bufferbytes; in MasterAudio()
2020 sent_bufferbytes = sent_buffersize * sizeof(float); in MasterAudio()
2024 memset(mainL, 0, sent_bufferbytes); in MasterAudio()
2025 memset(mainR, 0, sent_bufferbytes); in MasterAudio()
2084 memset(outl[npart], 0, sent_bufferbytes); in MasterAudio()
2085 memset(outr[npart], 0, sent_bufferbytes); in MasterAudio()
2147 memset(tmpmixl, 0, sent_bufferbytes); in MasterAudio()
2148 memset(tmpmixr, 0, sent_bufferbytes); in MasterAudio()
H A DSynthEngine.h199 int sent_bufferbytes; //used for variable length runs variable
H A DPart.cpp1094 memset(partfxinputl[nefx], 0, synth->sent_bufferbytes); in ComputePartSmps()
1095 memset(partfxinputr[nefx], 0, synth->sent_bufferbytes); in ComputePartSmps()
1243 memcpy(partoutl, partfxinputl[NUM_PART_EFX], synth->sent_bufferbytes); in ComputePartSmps()
1244 memcpy(partoutr, partfxinputr[NUM_PART_EFX], synth->sent_bufferbytes); in ComputePartSmps()