MCPcopy Create free account
hub / github.com/audacity/audacity / AdjustOutputGain

Method AdjustOutputGain

src/toolbars/MeterToolBar.cpp:489–499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

487}
488
489void MeterToolBar::AdjustOutputGain(int adj)
490{
491 if (adj < 0) {
492 mPlayMeter->Decrease(-adj);
493 }
494 else {
495 mPlayMeter->Increase(adj);
496 }
497
498 mPlayMeter->UpdateSliderControl();
499}
500
501void MeterToolBar::AdjustInputGain(int adj)
502{

Callers 2

OnOutputGainIncFunction · 0.80
OnOutputGainDecFunction · 0.80

Calls 3

UpdateSliderControlMethod · 0.80
DecreaseMethod · 0.45
IncreaseMethod · 0.45

Tested by

no test coverage detected