view plugins/featured.n3 @ 70:fd21a6ab99df

Let's remove QM Vamp Plugins from the featured set for now, looks a bit self-centred
author Chris Cannam
date Mon, 22 Sep 2014 17:12:23 +0100
parents e0387ef3437a
children c4fa11b37744
line wrap: on
line source

@prefix vamp:     <http://purl.org/ontology/vamp/> .
@prefix :         <#> .

vamp:featured_plugin_list
    vamp:has_featured_plugin "silvet:silvet" ;
    vamp:has_featured_plugin "nnls-chroma:chordino" ;
    vamp:has_featured_plugin "mtg-melodia:melodia" ;
#    vamp:has_featured_plugin "qm-vamp-plugins:qm-barbeattracker" ;
    vamp:has_featured_plugin "segmentino:segmentino" ;
    vamp:has_featured_plugin "ua-vamp-plugins:mf0ua" ;
    .