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

Function OnInputGainDec

src/toolbars/MeterToolBar.cpp:598–603  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

596}
597
598void OnInputGainDec(const CommandContext &context)
599{
600 auto &project = context.project;
601 auto &tb = MeterToolBar::Get( project, false );
602 tb.AdjustInputGain(-1);
603}
604
605using namespace MenuRegistry;
606auto ExtraMixerMenu()

Callers

nothing calls this directly

Calls 2

GetFunction · 0.85
AdjustInputGainMethod · 0.80

Tested by

no test coverage detected