From 4c5f531300efe0faf2aea88dd6c78f05012934c8 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sat, 11 Jan 2025 15:48:58 +0100 Subject: Monitor MIDI byte stream --- MIDI.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MIDI.h') 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 - +#include #include - #include class MIDI @@ -39,5 +38,6 @@ private: int in_port; int npfd; struct pollfd* pfd; + snd_midi_event_t* midi_event_parser; }; -- cgit v1.2.3