# HG changeset patch # User Chris Cannam # Date 1439551452 -3600 # Node ID 34357aeab3adfe70050950042f15ae39ad3a45ec # Parent 094d8daf63de0b375f0523c591e402238eb52ec5 Minor RDF tweak diff -r 094d8daf63de -r 34357aeab3ad silvet.n3 --- 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 ;