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

Method ShowInputGainDialog

src/toolbars/MeterToolBar.cpp:483–487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

481}
482
483void MeterToolBar::ShowInputGainDialog()
484{
485 mRecordMeter->ShowDialog();
486 mRecordMeter->UpdateSliderControl();
487}
488
489void MeterToolBar::AdjustOutputGain(int adj)
490{

Callers 1

OnInputGainFunction · 0.80

Calls 2

UpdateSliderControlMethod · 0.80
ShowDialogMethod · 0.45

Tested by

no test coverage detected