# HG changeset patch # User Chris Cannam # Date 1354715721 0 # Node ID 00312f7c69e26d48e0bb8f06c222f8866a7b4a2d # Parent 29f2764bcb5e75dd4345db0a3117c603308fe713 Add tempo output, minor build fix diff -r 29f2764bcb5e -r 00312f7c69e2 Makefile --- a/Makefile Wed Dec 05 13:50:30 2012 +0000 +++ b/Makefile Wed Dec 05 13:55:21 2012 +0000 @@ -14,8 +14,7 @@ # Libraries required for the plugins. # -#PLUGIN_LIBS = -L../inst/lib -lvamp-sdk -laubio -PLUGIN_LIBS = -Wl,-Bstatic -lvamp-sdk -lfftw3f -Wl,-Bdynamic +PLUGIN_LIBS = -Wl,-Bstatic -lvamp-sdk -Wl,-Bdynamic # Flags required to tell the compiler to make a dynamically loadable object # diff -r 29f2764bcb5e -r 00312f7c69e2 vamp-aubio.n3 --- a/vamp-aubio.n3 Wed Dec 05 13:50:30 2012 +0000 +++ b/vamp-aubio.n3 Wed Dec 05 13:55:21 2012 +0000 @@ -400,6 +400,7 @@ vamp:parameter plugbase:aubiotempo_param_silencethreshold ; vamp:output plugbase:aubiotempo_output_beats ; + vamp:output plugbase:aubiotempo_output_tempo ; . plugbase:aubiotempo_param_onsettype a vamp:QuantizedParameter ; vamp:identifier "onsettype" ; @@ -444,4 +445,15 @@ # vamp:computes_feature ; # vamp:computes_signal_type ; . - +plugbase:aubiotempo_output_tempo a vamp:DenseOutput ; + vamp:identifier "tempo" ; + dc:title "Tempo" ; + dc:description """""" ; + vamp:fixed_bin_count "true" ; + vamp:unit "bpm" ; + vamp:bin_count 1 ; +# vamp:computes_event_type ; +# vamp:computes_feature +; +# vamp:computes_signal_type ; + .