view plugins/featured.n3 @ 85:c1eb7a7702d7

Update versions
author Chris Cannam
date Thu, 27 Feb 2020 12:42:13 +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" ;
    .