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

Function OnInputGainInc

src/toolbars/MeterToolBar.cpp:591–596  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

589}
590
591void OnInputGainInc(const CommandContext &context)
592{
593 auto &project = context.project;
594 auto &tb = MeterToolBar::Get( project, false );
595 tb.AdjustInputGain(1);
596}
597
598void OnInputGainDec(const CommandContext &context)
599{

Callers

nothing calls this directly

Calls 2

GetFunction · 0.85
AdjustInputGainMethod · 0.80

Tested by

no test coverage detected