view plugins/featured.n3 @ 71:c4fa11b37744

Add tempogram
author Chris Cannam
date Thu, 16 Oct 2014 15:09:33 +0100
parents fd21a6ab99df
children 4ad4e5b06c76
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" ;
    .