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

Function OnOutputGain

src/toolbars/MeterToolBar.cpp:563–568  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

561
562namespace {
563void OnOutputGain(const CommandContext &context)
564{
565 auto &project = context.project;
566 auto &tb = MeterToolBar::Get( project, true );
567 tb.ShowOutputGainDialog();
568}
569
570void OnOutputGainInc(const CommandContext &context)
571{

Callers

nothing calls this directly

Calls 2

GetFunction · 0.85
ShowOutputGainDialogMethod · 0.80

Tested by

no test coverage detected