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

Function OnOutputGainInc

src/toolbars/MeterToolBar.cpp:570–575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

568}
569
570void OnOutputGainInc(const CommandContext &context)
571{
572 auto &project = context.project;
573 auto &tb = MeterToolBar::Get( project, true );
574 tb.AdjustOutputGain(1);
575}
576
577void OnOutputGainDec(const CommandContext &context)
578{

Callers

nothing calls this directly

Calls 2

GetFunction · 0.85
AdjustOutputGainMethod · 0.80

Tested by

no test coverage detected