diff silvet.n3 @ 351:34357aeab3ad

Minor RDF tweak
author Chris Cannam
date Fri, 14 Aug 2015 12:24:12 +0100
parents 506f57984407
children
line wrap: on
line diff
--- a/silvet.n3	Wed Aug 12 17:27:56 2015 +0100
+++ b/silvet.n3	Fri Aug 14 12:24:12 2015 +0100
@@ -59,6 +59,7 @@
 
     vamp:output      plugbase:silvet_output_notes ;
     vamp:output      plugbase:silvet_output_onsets ;
+    vamp:output      plugbase:silvet_output_onoffsets ;
     vamp:output      plugbase:silvet_output_timefreq ;
     vamp:output      plugbase:silvet_output_pitchactivation ;
     vamp:output      plugbase:silvet_output_chroma ;
@@ -125,7 +126,7 @@
 plugbase:silvet_output_onoffsets a  vamp:SparseOutput ;
     vamp:identifier       "onoffsets" ;
     dc:title              "Note onsets and offsets" ;
-    dc:description        """Note onsets and offsets as separate events. Each onset event has time, estimated fundamental frequency in Hz, and a synthetic MIDI velocity (1-127) estimated from the strength of the pitch in the mixture. Offsets are represented in the same way but with a velocity of 0."""  ;
+    dc:description        """Note onsets and offsets as separate events. Each onset event has time, estimated fundamental frequency in Hz, and a synthetic MIDI velocity (1-127) estimated from the strength of the pitch in the mixture. Offsets are represented in the same way but with a velocity of 0.""" ;
     vamp:fixed_bin_count  "true" ;
     vamp:unit             "Hz" ;
     vamp:bin_count        2 ;