| 589 | } |
| 590 | |
| 591 | void OnInputGainInc(const CommandContext &context) |
| 592 | { |
| 593 | auto &project = context.project; |
| 594 | auto &tb = MeterToolBar::Get( project, false ); |
| 595 | tb.AdjustInputGain(1); |
| 596 | } |
| 597 | |
| 598 | void OnInputGainDec(const CommandContext &context) |
| 599 | { |
nothing calls this directly
no test coverage detected