# HG changeset patch # User Chris Cannam # Date 1403189751 -3600 # Node ID 50c69fca1d82f63612ed0fb4c269f9632b035d78 # Parent 4964bfbcbcb4e4c6863f2f7776c20ca81c764d99 Update the IBT plugin diff -r 4964bfbcbcb4 -r 50c69fca1d82 plugins/mvamp-ibt.n3 --- a/plugins/mvamp-ibt.n3 Thu Jun 19 15:24:09 2014 +0100 +++ b/plugins/mvamp-ibt.n3 Thu Jun 19 15:55:51 2014 +0100 @@ -6,6 +6,7 @@ @prefix dc: . @prefix af: . @prefix foaf: . +@prefix doap: . @prefix cc: . @prefix : <#> . @@ -13,17 +14,29 @@ foaf:maker ; foaf:primaryTopic . +:maker + foaf:name "SMC Group at INESC Porto" ; + foaf:logo ; + foaf:page . + :mvamp a vamp:PluginLibrary ; vamp:identifier "mvamp-ibt" ; vamp:available_plugin plugbase:marsyas_ibt ; -# foaf:page ; + foaf:page ; + dc:title "INESC Porto Beat Tracker" ; + dc:description "Plugin from João Oliveira of the SMC Group for tempo induction and beat tracking, built on the MARSYAS framework" ; + vamp:has_source true ; + vamp:has_binary "linux32" ; + vamp:has_binary "linux64" ; + vamp:has_binary "osx" ; + vamp:has_binary "win32" ; . plugbase:marsyas_ibt a vamp:Plugin ; dc:title "IBT - INESC Beat Tracker" ; vamp:name "IBT - INESC Beat Tracker" ; dc:description """Estimates beat locations and tempo (off-line [default] and on-line modes of operation)""" ; - foaf:maker [ foaf:name "Marsyas Plugins" ] ; # FIXME could give plugin author's URI here + foaf:maker :maker ; dc:rights """GPL v3 license""" ; # cc:license ; vamp:identifier "marsyas_ibt" ; @@ -37,6 +50,7 @@ vamp:parameter plugbase:marsyas_ibt_param_online ; vamp:parameter plugbase:marsyas_ibt_param_metrical_changes ; vamp:output plugbase:marsyas_ibt_output_beats ; + vamp:category "Time > Tempo" ; . plugbase:marsyas_ibt_param_indtime a vamp:QuantizedParameter ; vamp:identifier "indtime" ; @@ -116,4 +130,4 @@ vamp:sample_rate 86.1326 ; vamp:computes_event_type af:Beat; . - \ No newline at end of file +