| 561 | |
| 562 | namespace { |
| 563 | void OnOutputGain(const CommandContext &context) |
| 564 | { |
| 565 | auto &project = context.project; |
| 566 | auto &tb = MeterToolBar::Get( project, true ); |
| 567 | tb.ShowOutputGainDialog(); |
| 568 | } |
| 569 | |
| 570 | void OnOutputGainInc(const CommandContext &context) |
| 571 | { |
nothing calls this directly
no test coverage detected