do not allow smf_source's reads to stomp on cached read_end position in parent class...
[ardour.git] / libs / evoral / evoral / midi_util.h
index fd4526d4a8e59950337f42c614601590dfeb30db..6dee8945469670e718d5b6e60381a7bd498e05a7 100644 (file)
@@ -21,6 +21,8 @@
 
 #include <stdint.h>
 #include <stdbool.h>
+#include <string>
+#include <sys/types.h>
 #include <assert.h>
 #include "evoral/midi_events.h"
 
@@ -113,6 +115,7 @@ midi_event_is_valid(const uint8_t* buffer, size_t len)
        return true;
 }
 
+std::string midi_note_name (uint8_t noteval);
 
 } // namespace Evoral