Chris@235: # Sonic Annotator's summary method integrates the values across Chris@235: # time. If an output lacks duration for its features, each feature is Chris@235: # considered to extend until the timestamp of the following feature, Chris@235: # and the final feature is considered to extend until the end of the Chris@235: # input or the last-ending output, whichever is later. Chris@235: # Chris@235: # The curve-vsr output is therefore considered to have 9 values (0.0 Chris@235: # to 0.8) that span 0.75 seconds each, followed by one value (0.9) Chris@235: # that spans the 3 seconds from 6.75 to 9.75 where the final output of Chris@235: # the plugin ends (that's the notes-regions output). Chris@235: # Chris@235: # The modal value is the one spanning the longest, which of course is Chris@235: # that final one, 0.9. Chris@235: # Chris@235: 0.000000000,9.750000000,mode,0.9,"(modal value, continuous-time average)"