[SCM] calf/master: Remove invalid lv2ev:supportsTimestamp property.

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:41:04 UTC 2013


The following commit has been merged in the master branch:
commit f50abd23f2db72a18854d4065e58e498594bdb49
Author: David Robillard <d at drobilla.net>
Date:   Sun Apr 15 22:31:26 2012 +0100

    Remove invalid lv2ev:supportsTimestamp property.
    
    The predicate here is misspelled and the object is undefined, but time stamps in the run() callback are frames by default and nothing uses this anyway.

diff --git a/src/makerdf.cpp b/src/makerdf.cpp
index 8212fe5..ef83c63 100644
--- a/src/makerdf.cpp
+++ b/src/makerdf.cpp
@@ -61,8 +61,6 @@ static void add_port(string &ports, const char *symbol, const char *name, const
         ss << ind << "lv2:portProperty lv2:connectionOptional ;\n";
     if (!strcmp(type, "lv2ev:EventPort")) {
         ss << ind << "lv2ev:supportsEvent lv2midi:MidiEvent ;\n";
-        // XXXKF add a correct timestamp type here
-        ss << ind << "lv2ev:supportsTimestamp <lv2ev:TimeStamp> ;\n";
     }
     if (!strcmp(symbol, "in_l")) 
         ss << ind << "pg:membership [ pg:group <#stereoIn>; pg:role pg:leftChannel ] ;" << endl;

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list