| 596 | } |
| 597 | |
| 598 | void OnInputGainDec(const CommandContext &context) |
| 599 | { |
| 600 | auto &project = context.project; |
| 601 | auto &tb = MeterToolBar::Get( project, false ); |
| 602 | tb.AdjustInputGain(-1); |
| 603 | } |
| 604 | |
| 605 | using namespace MenuRegistry; |
| 606 | auto ExtraMixerMenu() |
nothing calls this directly
no test coverage detected