| 47 | void loadPreset(); |
| 48 | void setMidiNotes(const juce::Array<Utils::MidiNote> &midiNotes); |
| 49 | void setSpecType(ParamUI::SpecType type) { mSpecType.setSelectedId(type + 1, juce::sendNotificationSync); } |
| 50 | |
| 51 | //============================================================================ |
| 52 | void run() override; |