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

Function OnOutputGainDec

src/toolbars/MeterToolBar.cpp:577–582  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

575}
576
577void OnOutputGainDec(const CommandContext &context)
578{
579 auto &project = context.project;
580 auto &tb = MeterToolBar::Get( project, true );
581 tb.AdjustOutputGain(-1);
582}
583
584void OnInputGain(const CommandContext &context)
585{

Callers

nothing calls this directly

Calls 2

GetFunction · 0.85
AdjustOutputGainMethod · 0.80

Tested by

no test coverage detected