Home
last modified time | relevance | path

Searched refs:fMakeup (Results 1 – 24 of 24) sorted by relevance

/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/core/dynamics/
H A DDynamicProcessor.cpp66 lx = s->fMakeup + s->fPreRatio * (lx - s->fThresh); in spline_amp()
68 lx = s->fMakeup + s->fPostRatio * (lx - s->fThresh); in spline_amp()
78 lx = s->fMakeup + s->fPreRatio * (lx - s->fThresh); in spline_model()
135 tmp = s[i].fMakeup; in sort_splines()
136 s[i].fMakeup = s[j].fMakeup; in sort_splines()
137 s[j].fMakeup = tmp; in sort_splines()
162 float dy = logf(s[i+1].fMakeup / s[i].fMakeup); in sort_splines()
176 s[i].fMakeup = (i == 0) ? logf(s[i].fMakeup) - thresh : 0.0f; in sort_splines()
182 int(i), s[i].fThresh, s[i].fMakeup, in sort_splines()
281 s->fMakeup = d->fOutput; in update_settings()
[all …]
/dports/audio/zam-plugins-lv2/zam-plugins-3.14/plugins/ZaMultiComp/
H A DZaMultiCompUI.cpp312 float makeup = fMakeup[k] + fMaster; in compcurve()
336 float makeup = fMakeup[k] + fMaster; in compdot()
486 if (fMakeup[0] != value) in parameterChanged()
488 fMakeup[0] = value; in parameterChanged()
494 if (fMakeup[1] != value) in parameterChanged()
496 fMakeup[1] = value; in parameterChanged()
502 if (fMakeup[2] != value) in parameterChanged()
504 fMakeup[2] = value; in parameterChanged()
778 fMakeup[0] = value; in imageKnobValueChanged()
782 fMakeup[1] = value; in imageKnobValueChanged()
[all …]
H A DZaMultiCompUI.hpp114 float fMakeup[MAX_COMP]; member in ZaMultiCompUI
/dports/audio/zam-plugins-lv2/zam-plugins-3.14/plugins/ZaMultiCompX2/
H A DZaMultiCompX2UI.cpp317 float makeup = fMakeup[k] + fMaster;
341 float makeup = fMakeup[k] + fMaster;
498 if (fMakeup[0] != value) in loadProgram()
500 fMakeup[0] = value; in loadProgram()
506 if (fMakeup[1] != value) in loadProgram()
508 fMakeup[1] = value; in loadProgram()
514 if (fMakeup[2] != value) in loadProgram()
516 fMakeup[2] = value; in loadProgram()
791 fMakeup[0] = value;
795 fMakeup[1] = value;
[all …]
H A DZaMultiCompX2UI.hpp115 float fMakeup[MAX_COMP]; member in ZaMultiCompX2UI
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/plugins/
H A Dgate.cpp113 c->fMakeup = 1.0f; in init()
529 if (c->fMakeup != makeup) in update_settings()
531 c->fMakeup = makeup; in update_settings()
621 c->fDotOut = c->vGain[idx] * c->fDotIn * c->fMakeup; in process()
656 dsp::mix2(cm->vOut, cm->vIn, cm->fMakeup * cm->fWetGain, cm->fDryGain, to_process); in process()
657 dsp::mix2(cs->vOut, cs->vIn, cs->fMakeup * cs->fWetGain, cs->fDryGain, to_process); in process()
680 … dsp::mix2(c->vOut, c->vIn, c->fMakeup * c->fWetGain, c->fDryGain, to_process); in process()
752 if (c->fMakeup != 1.0f) in process()
753 … dsp::mul_k2(mesh->pvData[1], c->fMakeup, gate_base_metadata::CURVE_MESH_SIZE); in process()
856 if (c->fMakeup != 1.0f) in inline_display()
[all …]
H A Dexpander.cpp113 c->fMakeup = 1.0f; in init()
502 if (c->fMakeup != makeup) in update_settings()
504 c->fMakeup = makeup; in update_settings()
619 dsp::mix2(cm->vOut, cm->vIn, cm->fMakeup * cm->fWetGain, cm->fDryGain, to_process); in process()
620 dsp::mix2(cs->vOut, cs->vIn, cs->fMakeup * cs->fWetGain, cs->fDryGain, to_process); in process()
643 … dsp::mix2(c->vOut, c->vIn, c->fMakeup * c->fWetGain, c->fDryGain, to_process); in process()
713 if (c->fMakeup != 1.0f) in process()
714 … dsp::mul_k2(mesh->pvData[1], c->fMakeup, expander_base_metadata::CURVE_MESH_SIZE); in process()
726 c->fDotOut = c->sExp.curve(c->fDotIn) * c->fMakeup; in process()
816 if (c->fMakeup != 1.0f) in inline_display()
[all …]
H A Dcompressor.cpp113 c->fMakeup = 1.0f; in init()
520 if (c->fMakeup != makeup) in update_settings()
522 c->fMakeup = makeup; in update_settings()
767 dsp::mix2(cm->vOut, cm->vIn, cm->fMakeup * cm->fWetGain, cm->fDryGain, to_process); in process()
768 dsp::mix2(cs->vOut, cs->vIn, cs->fMakeup * cs->fWetGain, cs->fDryGain, to_process); in process()
791 … dsp::mix2(c->vOut, c->vIn, c->fMakeup * c->fWetGain, c->fDryGain, to_process); in process()
863 if (c->fMakeup != 1.0f) in process()
876 c->fDotOut = c->sComp.curve(c->fDotIn) * c->fMakeup; in process()
966 if (c->fMakeup != 1.0f) in inline_display()
967 dsp::mul_k2(b->v[1], c->fMakeup, width); in inline_display()
[all …]
H A Ddyna_processor.cpp114 c->fMakeup = 1.0f; in init()
555 if (c->fMakeup != makeup) in update_settings()
557 c->fMakeup = makeup; in update_settings()
813 dsp::mix2(cm->vOut, cm->vIn, cm->fMakeup * cm->fWetGain, cm->fDryGain, to_process); in process()
814 dsp::mix2(cs->vOut, cs->vIn, cs->fMakeup * cs->fWetGain, cs->fDryGain, to_process); in process()
837 … dsp::mix2(c->vOut, c->vIn, c->fMakeup * c->fWetGain, c->fDryGain, to_process); in process()
925 if (c->fMakeup != 1.0f) in process()
926 … dsp::mul_k2(mesh->pvData[1], c->fMakeup, dyna_processor_base_metadata::CURVE_MESH_SIZE); in process()
938 c->fDotOut = c->sProc.curve(c->fDotIn) * c->fMakeup; in process()
1028 if (c->fMakeup != 1.0f) in inline_display()
[all …]
H A Dmb_gate.cpp270 b->fMakeup = GAIN_AMP_0_DB; in init()
796 if (b->fMakeup != makeup) in update_settings()
798 b->fMakeup = makeup; in update_settings()
1195 b->pMeterGain->setValue(b->vVCA[imax] * b->fMakeup); in process()
1196 b->pCurveLvl->setValue(b->vVCA[imax] * vEnv[imax] * b->fMakeup); in process()
1198 dsp::mul_k2(b->vVCA, b->fMakeup, to_process); // Apply makeup gain in process()
1397 if (b->fMakeup != GAIN_AMP_0_DB) in process()
1398 … dsp::mul_k2(mesh->pvData[1], b->fMakeup, gate_base_metadata::CURVE_MESH_SIZE); in process()
H A Dmb_compressor.cpp283 b->fMakeup = GAIN_AMP_0_DB; in init()
811 if (b->fMakeup != makeup) in update_settings()
813 b->fMakeup = makeup; in update_settings()
1248 dsp::mul_k2(b->vVCA, b->fMakeup, to_process); // Apply makeup gain in process()
1254 lvl = b->sComp.curve(lvl) * b->fMakeup; in process()
1449 if (b->fMakeup != GAIN_AMP_0_DB) in process()
1450 … dsp::mul_k2(mesh->pvData[1], b->fMakeup, compressor_base_metadata::CURVE_MESH_SIZE); in process()
H A Dmb_expander.cpp271 b->fMakeup = GAIN_AMP_0_DB; in init()
789 if (b->fMakeup != makeup) in update_settings()
791 b->fMakeup = makeup; in update_settings()
1184 dsp::mul_k2(b->vVCA, b->fMakeup, to_process); // Apply makeup gain in process()
1190 lvl = b->sExp.curve(lvl) * b->fMakeup; in process()
1385 if (b->fMakeup != GAIN_AMP_0_DB) in process()
1386 … dsp::mul_k2(mesh->pvData[1], b->fMakeup, expander_base_metadata::CURVE_MESH_SIZE); in process()
H A Droom_builder.cpp527 cap->fMakeup = 1.0f; in init()
1036 cap->fMakeup = cap->pMakeup->getValue(); in update_settings()
1078 vChannels[j].sPlayer.play(i, j % n_c, cap->fMakeup, 0); in update_settings()
1170 … float smakeup = (sampleid > 0) ? vCaptures[sampleid-1].fMakeup : 1.0f; // Sample makeup in update_settings()
H A Dsampler.cpp146 af->fMakeup = 1.0f; in init()
424 af->fMakeup = (af->pMakeup != NULL) ? af->pMakeup->getValue() : 1.0f; in update_settings()
779 gain *= af->fMakeup; in play_sample()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/plugins/
H A Dexpander.h102 float fMakeup; // Makeup gain member
H A Dgate.h103 float fMakeup; // Makeup gain member
H A Dcompressor.h104 float fMakeup; // Makeup gain member
H A Ddyna_processor.h104 float fMakeup; // Makeup gain member
H A Dmb_gate.h78 float fMakeup; // Makeup gain member
H A Dmb_expander.h76 float fMakeup; // Makeup gain member
H A Dmb_compressor.h77 float fMakeup; // Makeup gain member
H A Dsampler.h92 float fMakeup; // Makeup gain member
H A Droom_builder.h154 float fMakeup; // Makeup gain member
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/core/dynamics/
H A DDynamicProcessor.h53 float fMakeup; // Makeup gain of the knee member