mirror of
https://github.com/yokemura/Magical8bitPlug2.git
synced 2025-07-14 02:54:15 -04: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