pixelperfectengine v0.9.4-beta2 (2019-02-10T22:09:11Z)
Dub
Repo
AbstractPPEFX.convAndMixStreamIntoTarget
PixelPerfectEngine
audio
common
AbstractPPEFX
Converts an int16 stream into floating point, then adds it to the target.
class
AbstractPPEFX
@
nogc
void
convAndMixStreamIntoTarget
(
short
*
input
,
float
*
output
,
size_t
length
,
float
sendLevel
)
Meta
Source
See Implementation
PixelPerfectEngine
audio
common
AbstractPPEFX
functions
bendFreqByPitch
convAndMixStreamIntoTarget
floatToInt16
frequencyToMidiNote
getPPEFXInfo
int16ToFloat
loadConfig
midiNoteToFrequency
mixStreamIntoTarget
receiveMICPCommand
render
saveConfig
setRenderParams
Converts an int16 stream into floating point, then adds it to the target.