view plugins/featured.n3 @ 80:ec72febb78ac

Update QM Vamp Plugins RDF
author Chris Cannam
date Wed, 29 Jan 2020 09:30:40 +0000
parents 4ad4e5b06c76
children e6ff5aa79370
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" ;
    vamp:has_featured_plugin "tempogram:tempogram" ;
    vamp:has_featured_plugin "vamp-aubio:aubionotes" ;
    .