[SCM] calf/master: + LV2: Fixed classification for instrument plugins (they're still useless because of lack of MIDI port)

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


The following commit has been merged in the master branch:
commit 8384f3976df72d65aaaa19ec9ab5e5ea9adee952
Author: kfoltman <kfoltman at 78b06b96-2940-0410-b7fc-879d825d01d8>
Date:   Sun Jan 13 18:58:18 2008 +0000

    + LV2: Fixed classification for instrument plugins (they're still useless because of lack of MIDI port)
    
    
    
    git-svn-id: https://calf.svn.sourceforge.net/svnroot/calf/trunk@94 78b06b96-2940-0410-b7fc-879d825d01d8

diff --git a/src/makerdf.cpp b/src/makerdf.cpp
index a202a44..1e0d7eb 100644
--- a/src/makerdf.cpp
+++ b/src/makerdf.cpp
@@ -133,6 +133,7 @@ void make_ttl()
         string name = string(*p) + "Plugin";
         classes[name] = "lv2:" + name;
     }
+    classes["SynthesizerPlugin"] = "lv2:InstrumentPlugin";
         
 #if USE_LV2_GUI
     ttl += "<http://calf.sourceforge.net/plugins/gui/gtk2-gui>\n    a guiext:GtkGUI ;\n    guiext:binary <calflv2gui.so> .\n\n";

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list