allow audio engine to react to keyboard inputs
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
|
||||
#define SYNTH_NOTE_QUEUE_SIZE 128
|
||||
|
||||
enum class NoteEventType {
|
||||
NoteOn,
|
||||
enum NoteEventType {
|
||||
NoteOn = 0,
|
||||
NoteOff
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user