| 185 | : impl_(std::make_unique<Impl>(this, midiController, presetController)) {} |
| 186 | |
| 187 | ControlPanel::~ControlPanel() noexcept = default; |
| 188 | |
| 189 | void ControlPanel::paint(juce::Graphics &g) |
| 190 | { |
nothing calls this directly
no outgoing calls
no test coverage detected