mirror of
https://github.com/yokemura/Magical8bitPlug2.git
synced 2026-02-09 12:10:07 -05:00
Basic monophonic
This commit is contained in:
@ -19,6 +19,7 @@ public:
|
||||
|
||||
void noteOn(int midiChannel, int midiNoteNumber, float velocity) override;
|
||||
void noteOff(int midiChannel, int midiNoteNumber, float velocity, bool allowTailOff) override;
|
||||
void allNotesOff (const int midiChannel, const bool allowTailOff) override;
|
||||
|
||||
private:
|
||||
Magical8bitPlug2AudioProcessor& processor;
|
||||
|
||||
Reference in New Issue
Block a user