[SCM] calf/master: + LV2: attempt at providing a correct event type for MIDI

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:38:12 UTC 2013


The following commit has been merged in the master branch:
commit ff5d43b9e751e43fa6680d9ea3f2a1221434bad1
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Sat Nov 1 12:32:12 2008 +0000

    + LV2: attempt at providing a correct event type for MIDI

diff --git a/src/makerdf.cpp b/src/makerdf.cpp
index c8de678..19ed05c 100644
--- a/src/makerdf.cpp
+++ b/src/makerdf.cpp
@@ -84,7 +84,7 @@ static void add_port(string &ports, const char *symbol, const char *name, const
     if (optional)
         ss << ind << "lv2:portProperty lv2:connectionOptional ;\n";
     if (!strcmp(type, "lv2ev:EventPort")) {
-        ss << ind << "lv2ev:supportsEvent lv2midi:midiEvent ;\n";
+        ss << ind << "lv2ev:supportsEvent lv2midi:MidiEvent ;\n";
         // XXXKF add a correct timestamp type here
         ss << ind << "lv2ev:supportsTimestamp <lv2ev:TimeStamp> ;\n";
     }

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list