annotate plugins/featured.n3 @ 71:c4fa11b37744

Add tempogram
author Chris Cannam
date Thu, 16 Oct 2014 15:09:33 +0100
parents fd21a6ab99df
children 4ad4e5b06c76
rev   line source
Chris@67 1
Chris@67 2 @prefix vamp: <http://purl.org/ontology/vamp/> .
Chris@67 3 @prefix : <#> .
Chris@67 4
Chris@67 5 vamp:featured_plugin_list
Chris@67 6 vamp:has_featured_plugin "silvet:silvet" ;
Chris@67 7 vamp:has_featured_plugin "nnls-chroma:chordino" ;
Chris@68 8 vamp:has_featured_plugin "mtg-melodia:melodia" ;
Chris@70 9 # vamp:has_featured_plugin "qm-vamp-plugins:qm-barbeattracker" ;
Chris@69 10 vamp:has_featured_plugin "segmentino:segmentino" ;
Chris@69 11 vamp:has_featured_plugin "ua-vamp-plugins:mf0ua" ;
Chris@71 12 vamp:has_featured_plugin "tempogram:tempogram" ;
Chris@67 13 .
Chris@67 14