diff options
Diffstat (limited to 'MIDI.h')
-rw-r--r-- | MIDI.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; }; |