summaryrefslogtreecommitdiffhomepage
path: root/MIDI.h
diff options
context:
space:
mode:
Diffstat (limited to 'MIDI.h')
-rw-r--r--MIDI.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/MIDI.h b/MIDI.h
index 9794e2c..ee01f5b 100644
--- a/MIDI.h
+++ b/MIDI.h
@@ -5,9 +5,8 @@
#include "log.h"
#include <boost/signals2.hpp>
-
+#include <alsa/asoundlib.h>
#include <fmt/format.h>
-
#include <iostream>
class MIDI
@@ -39,5 +38,6 @@ private:
int in_port;
int npfd;
struct pollfd* pfd;
+ snd_midi_event_t* midi_event_parser;
};