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

Method ShowOutputGainDialog

src/toolbars/MeterToolBar.cpp:477–481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

475}
476
477void MeterToolBar::ShowOutputGainDialog()
478{
479 mPlayMeter->ShowDialog();
480 mPlayMeter->UpdateSliderControl();
481}
482
483void MeterToolBar::ShowInputGainDialog()
484{

Callers 1

OnOutputGainFunction · 0.80

Calls 2

UpdateSliderControlMethod · 0.80
ShowDialogMethod · 0.45

Tested by

no test coverage detected