| 575 | } |
| 576 | |
| 577 | void OnOutputGainDec(const CommandContext &context) |
| 578 | { |
| 579 | auto &project = context.project; |
| 580 | auto &tb = MeterToolBar::Get( project, true ); |
| 581 | tb.AdjustOutputGain(-1); |
| 582 | } |
| 583 | |
| 584 | void OnInputGain(const CommandContext &context) |
| 585 | { |
nothing calls this directly
no test coverage detected