view plugins/featured.n3 @ 82:bebc2b9ea7fc

Update versions etc from current releases
author Chris Cannam
date Thu, 13 Feb 2020 13:23:06 +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" ;
    .