From: Paul Brossier Date: Wed, 28 Jan 2015 12:28:22 +0000 (+0100) Subject: vamp-aubio.n3: added onset detection function and threshold odf X-Git-Tag: 0.5.0~41 X-Git-Url: https://git.aubio.org/?p=vamp-aubio-plugins.git;a=commitdiff_plain;h=b552bdc68140b7dac79711d7191f92911d3d6cd1 vamp-aubio.n3: added onset detection function and threshold odf --- diff --git a/vamp-aubio.n3 b/vamp-aubio.n3 index 639fcf2..c12371c 100644 --- a/vamp-aubio.n3 +++ b/vamp-aubio.n3 @@ -176,6 +176,8 @@ plugbase:aubioonset a vamp:Plugin ; vamp:parameter plugbase:aubioonset_param_minioi ; vamp:output plugbase:aubioonset_output_onsets ; + vamp:output plugbase:aubioonset_output_odf ; + vamp:output plugbase:aubioonset_output_todf ; . plugbase:aubioonset_param_onsettype a vamp:QuantizedParameter ; vamp:identifier "onsettype" ; @@ -231,6 +233,24 @@ plugbase:aubioonset_output_onsets a vamp:SparseOutput ; # vamp:computes_feature ; # vamp:computes_signal_type ; . +plugbase:aubioonset_output_odf a vamp:DenseOutput ; + vamp:identifier "onsets" ; + dc:title "Onsets" ; + dc:description """""" ; + vamp:fixed_bin_count "true" ; + vamp:unit "" ; + vamp:bin_count 1 ; + vamp:computes_signal_type af:Signal ; + . +plugbase:aubioonset_output_todf a vamp:DenseOutput ; + vamp:identifier "onsets" ; + dc:title "Onsets" ; + dc:description """""" ; + vamp:fixed_bin_count "true" ; + vamp:unit "" ; + vamp:bin_count 0 ; + vamp:sample_type vamp:VariableSampleRate ; + . plugbase:aubiopitch a vamp:Plugin ; dc:title "Aubio Pitch Detector" ; vamp:name "Aubio Pitch Detector" ;