x42 / midifilter.lv2

LV2 plugins to filter midi events
https://x42-plugins.com/x42/x42-midifilter
GNU General Public License v2.0
70 stars 20 forks source link

Use new lv2:MIDIPlugin class #15

Closed drobilla closed 7 years ago

drobilla commented 7 years ago

Clean up the unmanageable Utility menu/etc

x42 commented 7 years ago

I'm going to revert this until lv2:MIDIPlugin is in an official LV2 release.

Also I would really prefer them to be tagged as "MIDI Utility" plugins for backwards compatibility and hosts filtering out "Utils" (e.g. Ardour) .

lv2:MIDIPlugin
        a rdfs:Class ;
        rdfs:subClassOf lv2:Plugin ;
        rdfs:label "MIDI" .

lv2:MIDIUtilityPlugin
       a rdfs:Class ;
       rdfs:subClassOf lv2:MIDIPlugin ;
       rdfs:label "MIDI Utility"