[SCM] calf/master: + LV2: scalepoint fix

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:36:57 UTC 2013


The following commit has been merged in the master branch:
commit f583ab4404559d8d1f43d192b7529e206aade353
Author: kfoltman <kfoltman at 78b06b96-2940-0410-b7fc-879d825d01d8>
Date:   Sat Jan 12 19:04:17 2008 +0000

    + LV2: scalepoint fix
    
    
    
    git-svn-id: https://calf.svn.sourceforge.net/svnroot/calf/trunk@91 78b06b96-2940-0410-b7fc-879d825d01d8

diff --git a/src/makerdf.cpp b/src/makerdf.cpp
index 473a589..7abf4e9 100644
--- a/src/makerdf.cpp
+++ b/src/makerdf.cpp
@@ -91,7 +91,7 @@ static void add_ctl_port(string &ports, parameter_properties &pp, int pidx)
     {
         ss << ind << "lv2:portProperty lv2:integer ;\n";
         for (int i = (int)pp.min; i <= (int)pp.max; i++)
-            ss << ind << "lv2:scalePoint [ lv2:label \"" << pp.choices[i - (int)pp.min] << "\"; rdf:value " << i <<" ] ;\n";
+            ss << ind << "lv2:scalePoint [ rdfs:label \"" << pp.choices[i - (int)pp.min] << "\"; rdf:value " << i <<" ] ;\n";
     }
     else if ((pp.flags & PF_TYPEMASK) > 0)
         ss << ind << "lv2:portProperty lv2:integer ;\n";

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list