MCPcopy Create free account
hub / github.com/amsynth/amsynth / ControlPanel

Method ControlPanel

src/core/gui/ControlPanel.cpp:184–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182};
183
184ControlPanel::ControlPanel(MidiController *midiController, PresetController *presetController)
185: impl_(std::make_unique<Impl>(this, midiController, presetController)) {}
186
187ControlPanel::~ControlPanel() noexcept = default;
188

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected