Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
483
void MeterToolBar::ShowInputGainDialog()
484
{
485
mRecordMeter->ShowDialog();
486
mRecordMeter->UpdateSliderControl();
487
}
488
489
void MeterToolBar::AdjustOutputGain(int adj)
490
{
Callers
1
OnInputGain
Function · 0.80
Calls
2
UpdateSliderControl
Method · 0.80
ShowDialog
Method · 0.45
Tested by
no test coverage detected