diff -r 939cf0e86268 -r 759ea6e988fe cepstral-pitchtracker.n3
--- a/cepstral-pitchtracker.n3
+++ b/cepstral-pitchtracker.n3
@@ -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 ;
     .
 
