Mercurial > hg > cepstral-pitchtracker
changeset 74:759ea6e988fe
Feature type metadata
| author | Chris Cannam |
|---|---|
| date | Wed, 14 Jun 2017 14:00:33 +0100 |
| parents | 939cf0e86268 |
| children | 84d1a0647ce5 |
| files | cepstral-pitchtracker.n3 |
| diffstat | 1 files changed, 3 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/cepstral-pitchtracker.n3 Thu Mar 23 14:50:33 2017 +0000 +++ b/cepstral-pitchtracker.n3 Wed Jun 14 14:00:33 2017 +0100 @@ -55,11 +55,11 @@ vamp:min_value 50 ; vamp:max_value 900 ; vamp:bin_count 1 ; -# vamp:computes_event_type <Place event type URI here and uncomment> ; + vamp:computes_event_type af:Pitch ; # vamp:computes_feature <Place feature attribute URI here and uncomment> ; # vamp:computes_signal_type <Place signal type URI here and uncomment> ; . -plugbase:cepstral-pitchtracker_output_notes a vamp:DenseOutput ; +plugbase:cepstral-pitchtracker_output_notes a vamp:SparseOutput ; vamp:identifier "notes" ; dc:title "Notes" ; dc:description """Derived fixed-pitch note frequencies""" ; @@ -69,8 +69,6 @@ vamp:min_value 50 ; vamp:max_value 900 ; vamp:bin_count 1 ; -# vamp:computes_event_type <Place event type URI here and uncomment> ; -# vamp:computes_feature <Place feature attribute URI here and uncomment> ; -# vamp:computes_signal_type <Place signal type URI here and uncomment> ; + vamp:computes_event_type af:Note ; .