Revision 74:759ea6e988fe

View differences:

cepstral-pitchtracker.n3
55 55
    vamp:min_value    50  ;
56 56
    vamp:max_value    900  ;
57 57
    vamp:bin_count        1 ;
58
#   vamp:computes_event_type   <Place event type URI here and uncomment> ;
58
    vamp:computes_event_type   af:Pitch ;
59 59
#   vamp:computes_feature      <Place feature attribute URI here and uncomment> ;
60 60
#   vamp:computes_signal_type  <Place signal type URI here and uncomment> ;
61 61
    .
62
plugbase:cepstral-pitchtracker_output_notes a  vamp:DenseOutput ;
62
plugbase:cepstral-pitchtracker_output_notes a  vamp:SparseOutput ;
63 63
    vamp:identifier       "notes" ;
64 64
    dc:title              "Notes" ;
65 65
    dc:description        """Derived fixed-pitch note frequencies"""  ;
......
69 69
    vamp:min_value    50  ;
70 70
    vamp:max_value    900  ;
71 71
    vamp:bin_count        1 ;
72
#   vamp:computes_event_type   <Place event type URI here and uncomment> ;
73
#   vamp:computes_feature      <Place feature attribute URI here and uncomment> ;
74
#   vamp:computes_signal_type  <Place signal type URI here and uncomment> ;
72
    vamp:computes_event_type   af:Note ;
75 73
    .
76 74

  

Also available in: Unified diff