Merge remote-tracking branch 'remotes/origin/exportvis' into windows+cc
[ardour.git] / libs / evoral / evoral / midi_util.h
index e4480b347e1395613a27d8899e29de520c06643d..5c72fb86c903918a6fdbc73508ac8ce65ed3961f 100644 (file)
@@ -25,6 +25,8 @@
 #include <string>
 #include <sys/types.h>
 #include <assert.h>
+
+#include "evoral/visibility.h"
 #include "evoral/midi_events.h"
 
 namespace Evoral {
@@ -119,7 +121,7 @@ midi_event_is_valid(const uint8_t* buffer, size_t len)
        return true;
 }
 
-std::string midi_note_name (uint8_t noteval);
+LIBEVORAL_API std::string midi_note_name (uint8_t noteval);
 
 } // namespace Evoral