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

Function OnInputGain

src/toolbars/MeterToolBar.cpp:584–589  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

582}
583
584void OnInputGain(const CommandContext &context)
585{
586 auto &project = context.project;
587 auto &tb = MeterToolBar::Get( project, false );
588 tb.ShowInputGainDialog();
589}
590
591void OnInputGainInc(const CommandContext &context)
592{

Callers

nothing calls this directly

Calls 2

GetFunction · 0.85
ShowInputGainDialogMethod · 0.80

Tested by

no test coverage detected