Home
last modified time | relevance | path

Searched refs:vScIn (Results 1 – 6 of 6) sorted by relevance

/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/plugins/
H A Dmb_compressor.cpp205 c->vScIn = NULL; in init()
1167 c->vScIn = (c->pScIn != NULL) ? c->pScIn->getBuffer<float>() : NULL; in process()
1202 …annels[0].vExtScBuffer, vChannels[1].vExtScBuffer, vChannels[0].vScIn, vChannels[1].vScIn, to_proc… in process()
1207 dsp::mul_k3(vChannels[0].vExtScBuffer, vChannels[0].vScIn, fInGain, to_process); in process()
1210 dsp::mul_k3(vChannels[0].vExtScBuffer, vChannels[0].vScIn, fInGain, to_process); in process()
1211 dsp::mul_k3(vChannels[1].vExtScBuffer, vChannels[1].vScIn, fInGain, to_process); in process()
1358 if (c->vScIn != NULL) in process()
1359 c->vScIn += to_process; in process()
H A Dmb_expander.cpp193 c->vScIn = NULL; in init()
1101 c->vScIn = (c->pScIn != NULL) ? c->pScIn->getBuffer<float>() : NULL; in process()
1136 …annels[0].vExtScBuffer, vChannels[1].vExtScBuffer, vChannels[0].vScIn, vChannels[1].vScIn, to_proc… in process()
1141 dsp::mul_k3(vChannels[0].vExtScBuffer, vChannels[0].vScIn, fInGain, to_process); in process()
1144 dsp::mul_k3(vChannels[0].vExtScBuffer, vChannels[0].vScIn, fInGain, to_process); in process()
1145 dsp::mul_k3(vChannels[1].vExtScBuffer, vChannels[1].vScIn, fInGain, to_process); in process()
1294 if (c->vScIn != NULL) in process()
1295 c->vScIn += to_process; in process()
H A Dmb_gate.cpp193 c->vScIn = NULL; in init()
1108 c->vScIn = (c->pScIn != NULL) ? c->pScIn->getBuffer<float>() : NULL; in process()
1143 …annels[0].vExtScBuffer, vChannels[1].vExtScBuffer, vChannels[0].vScIn, vChannels[1].vScIn, to_proc… in process()
1148 dsp::mul_k3(vChannels[0].vExtScBuffer, vChannels[0].vScIn, fInGain, to_process); in process()
1151 dsp::mul_k3(vChannels[0].vExtScBuffer, vChannels[0].vScIn, fInGain, to_process); in process()
1152 dsp::mul_k3(vChannels[1].vExtScBuffer, vChannels[1].vScIn, fInGain, to_process); in process()
1303 if (c->vScIn != NULL) in process()
1304 c->vScIn += to_process; in process()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/plugins/
H A Dmb_gate.h144 float *vScIn; // Sidechain data buffer (if present) member
H A Dmb_expander.h142 float *vScIn; // Sidechain data buffer (if present) member
H A Dmb_compressor.h145 float *vScIn; // Sidechain data buffer (if present) member