annotate tests/test-transforms-basic/transforms/percussiononsets-df-windowtype-hamming.xml @ 357:e8f9fcca9528

Remove unnecessary (and thus failing) Hg update
author Chris Cannam
date Thu, 24 Oct 2019 11:58:25 +0100
parents 7a31201dc42d
children
rev   line source
Chris@51 1 <transform
Chris@51 2 id="vamp:vamp-example-plugins:percussiononsets:detectionfunction"
Chris@51 3 pluginVersion="2"
Chris@51 4 program=""
Chris@51 5 stepSize="512"
Chris@51 6 blockSize="1024"
Chris@51 7 windowType="hamming"
Chris@51 8 startTime="0.000000000"
Chris@51 9 duration="0.000000000"
Chris@51 10 sampleRate="0">
Chris@51 11 <parameter name="sensitivity" value="40"/>
Chris@51 12 <parameter name="threshold" value="3"/>
Chris@51 13 </transform>