| 568 | } |
| 569 | |
| 570 | void OnOutputGainInc(const CommandContext &context) |
| 571 | { |
| 572 | auto &project = context.project; |
| 573 | auto &tb = MeterToolBar::Get( project, true ); |
| 574 | tb.AdjustOutputGain(1); |
| 575 | } |
| 576 | |
| 577 | void OnOutputGainDec(const CommandContext &context) |
| 578 | { |
nothing calls this directly
no test coverage detected