| 582 | } |
| 583 | |
| 584 | void OnInputGain(const CommandContext &context) |
| 585 | { |
| 586 | auto &project = context.project; |
| 587 | auto &tb = MeterToolBar::Get( project, false ); |
| 588 | tb.ShowInputGainDialog(); |
| 589 | } |
| 590 | |
| 591 | void OnInputGainInc(const CommandContext &context) |
| 592 | { |
nothing calls this directly
no test coverage detected