changeset 67:5f8b4d609b03

Rest of MATLAB outputs
author Chris Cannam
date Tue, 29 Apr 2014 11:12:24 +0100
parents 2af20708fcb8
children c8a4a541f3bb
files testdata/TRIOS-mirex2012-matlab/calculate.sh testdata/TRIOS-mirex2012-matlab/log.txt testdata/TRIOS-mirex2012-matlab/take_five/ride.lab testdata/TRIOS-mirex2012-matlab/take_five/ride_syn.lab testdata/TRIOS-mirex2012-matlab/take_five/saxophone.lab testdata/TRIOS-mirex2012-matlab/take_five/saxophone_syn.lab testdata/TRIOS-mirex2012-matlab/take_five/snare.lab testdata/TRIOS-mirex2012-matlab/take_five/snare_syn.lab
diffstat 8 files changed, 2444 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/testdata/TRIOS-mirex2012-matlab/calculate.sh	Mon Apr 28 17:37:13 2014 +0100
+++ b/testdata/TRIOS-mirex2012-matlab/calculate.sh	Tue Apr 29 11:12:24 2014 +0100
@@ -38,9 +38,13 @@
         for w in "$dir"/*.wav; do
             wbase=`basename "$w" .wav`
             out="$outdir/$wbase.lab"
-            echo "Processing wav file $w, writing to lab file $out"
-            time ( cd "$matlab_path" ; echo "doMultiF0('$w','$out')" | matlab -nojvm )
-            echo "Done"
+            if [ -f "$out" ]; then
+                echo "Output file $out (for wav file $w) already exists, skipping"
+            else
+                echo "Processing wav file $w, writing to lab file $out"
+                time ( cd "$matlab_path" ; echo "doMultiF0('$w','$out')" | matlab -nojvm )
+                echo "Done"
+            fi
         done
     fi
     echo
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testdata/TRIOS-mirex2012-matlab/log.txt	Tue Apr 29 11:12:24 2014 +0100
@@ -0,0 +1,1258 @@
+Will read TRIOS files from /import/c4dm-datasets/TRIOS_dataset
+Will write output files below /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab
+If either of these is incorrect, hit ctrl-C now!
+Warning: No display specified.  You will not be able to display graphics on the screen.
+
+                            < M A T L A B (R) >
+                  Copyright 1984-2013 The MathWorks, Inc.
+                    R2013b (8.2.0.701) 64-bit (glnxa64)
+                              August 13, 2013
+
+ 
+To get started, type one of these: helpwin, helpdesk, or demo.
+For product information, visit www.mathworks.com.
+ 
+>> 
+Processing wav file /import/c4dm-datasets/TRIOS_dataset/brahms/horn_syn.wav, writing to lab file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/brahms/horn_syn.lab
+Warning: No display specified.  You will not be able to display graphics on the screen.
+
+                            < M A T L A B (R) >
+                  Copyright 1984-2013 The MathWorks, Inc.
+                    R2013b (8.2.0.701) 64-bit (glnxa64)
+                              August 13, 2013
+
+ 
+To get started, type one of these: helpwin, helpdesk, or demo.
+For product information, visit www.mathworks.com.
+ 
+>> Preprocessing............done
+Estimating F0s...........
+9.09% complete
+18.18% complete
+27.27% complete
+36.36% complete
+45.45% complete
+54.55% complete
+63.64% complete
+72.73% complete
+81.82% complete
+90.91% complete
+100% complete
+Postprocessing...........done
+
+real	13m27.777s
+user	77m18.590s
+sys	7m30.446s
+Done
+Processing wav file /import/c4dm-datasets/TRIOS_dataset/brahms/horn.wav, writing to lab file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/brahms/horn.lab
+Warning: No display specified.  You will not be able to display graphics on the screen.
+
+                            < M A T L A B (R) >
+                  Copyright 1984-2013 The MathWorks, Inc.
+                    R2013b (8.2.0.701) 64-bit (glnxa64)
+                              August 13, 2013
+
+ 
+To get started, type one of these: helpwin, helpdesk, or demo.
+For product information, visit www.mathworks.com.
+ 
+>> Preprocessing............done
+Estimating F0s...........
+9.09% complete
+18.18% complete
+27.27% complete
+36.36% complete
+45.45% complete
+54.55% complete
+63.64% complete
+72.73% complete
+81.82% complete
+90.91% complete
+100% complete
+Postprocessing...........done
+
+real	13m23.429s
+user	76m1.114s
+sys	7m26.800s
+Done
+Processing wav file /import/c4dm-datasets/TRIOS_dataset/brahms/mix.wav, writing to lab file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/brahms/mix.lab
+Warning: No display specified.  You will not be able to display graphics on the screen.
+
+                            < M A T L A B (R) >
+                  Copyright 1984-2013 The MathWorks, Inc.
+                    R2013b (8.2.0.701) 64-bit (glnxa64)
+                              August 13, 2013
+
+ 
+To get started, type one of these: helpwin, helpdesk, or demo.
+For product information, visit www.mathworks.com.
+ 
+>> Preprocessing............done
+Estimating F0s...........
+9.09% complete
+18.18% complete
+27.27% complete
+36.36% complete
+45.45% complete
+54.55% complete
+63.64% complete
+72.73% complete
+81.82% complete
+90.91% complete
+100% complete
+Postprocessing...........done
+
+real	13m23.497s
+user	75m58.696s
+sys	7m32.291s
+Done
+Processing wav file /import/c4dm-datasets/TRIOS_dataset/brahms/piano_syn.wav, writing to lab file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/brahms/piano_syn.lab
+Warning: No display specified.  You will not be able to display graphics on the screen.
+
+                            < M A T L A B (R) >
+                  Copyright 1984-2013 The MathWorks, Inc.
+                    R2013b (8.2.0.701) 64-bit (glnxa64)
+                              August 13, 2013
+
+ 
+To get started, type one of these: helpwin, helpdesk, or demo.
+For product information, visit www.mathworks.com.
+ 
+>> Preprocessing............done
+Estimating F0s...........
+9.09% complete
+18.18% complete
+27.27% complete
+36.36% complete
+45.45% complete
+54.55% complete
+63.64% complete
+72.73% complete
+81.82% complete
+90.91% complete
+100% complete
+Postprocessing...........done
+
+real	13m17.790s
+user	75m22.638s
+sys	7m28.495s
+Done
+Processing wav file /import/c4dm-datasets/TRIOS_dataset/brahms/piano.wav, writing to lab file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/brahms/piano.lab
+Warning: No display specified.  You will not be able to display graphics on the screen.
+
+                            < M A T L A B (R) >
+                  Copyright 1984-2013 The MathWorks, Inc.
+                    R2013b (8.2.0.701) 64-bit (glnxa64)
+                              August 13, 2013
+
+ 
+To get started, type one of these: helpwin, helpdesk, or demo.
+For product information, visit www.mathworks.com.
+ 
+>> Preprocessing............done
+Estimating F0s...........
+9.09% complete
+18.18% complete
+27.27% complete
+36.36% complete
+45.45% complete
+54.55% complete
+63.64% complete
+72.73% complete
+81.82% complete
+90.91% complete
+100% complete
+Postprocessing...........done
+
+real	13m9.743s
+user	75m0.943s
+sys	7m24.338s
+Done
+Processing wav file /import/c4dm-datasets/TRIOS_dataset/brahms/violin_syn.wav, writing to lab file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/brahms/violin_syn.lab
+Warning: No display specified.  You will not be able to display graphics on the screen.
+
+                            < M A T L A B (R) >
+                  Copyright 1984-2013 The MathWorks, Inc.
+                    R2013b (8.2.0.701) 64-bit (glnxa64)
+                              August 13, 2013
+
+ 
+To get started, type one of these: helpwin, helpdesk, or demo.
+For product information, visit www.mathworks.com.
+ 
+>> Preprocessing............done
+Estimating F0s...........
+9.09% complete
+18.18% complete
+27.27% complete
+36.36% complete
+45.45% complete
+54.55% complete
+63.64% complete
+72.73% complete
+81.82% complete
+90.91% complete
+100% complete
+Postprocessing...........done
+
+real	13m23.600s
+user	76m10.263s
+sys	7m28.065s
+Done
+Processing wav file /import/c4dm-datasets/TRIOS_dataset/brahms/violin.wav, writing to lab file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/brahms/violin.lab
+Warning: No display specified.  You will not be able to display graphics on the screen.
+
+                            < M A T L A B (R) >
+                  Copyright 1984-2013 The MathWorks, Inc.
+                    R2013b (8.2.0.701) 64-bit (glnxa64)
+                              August 13, 2013
+
+ 
+To get started, type one of these: helpwin, helpdesk, or demo.
+For product information, visit www.mathworks.com.
+ 
+>> Preprocessing............done
+Estimating F0s...........
+9.09% complete
+18.18% complete
+27.27% complete
+36.36% complete
+45.45% complete
+54.55% complete
+63.64% complete
+72.73% complete
+81.82% complete
+90.91% complete
+100% complete
+Postprocessing...........done
+
+real	13m14.888s
+user	75m41.737s
+sys	7m22.150s
+Done
+
+Processing wav file /import/c4dm-datasets/TRIOS_dataset/lussier/bassoon_syn.wav, writing to lab file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/lussier/bassoon_syn.lab
+Warning: No display specified.  You will not be able to display graphics on the screen.
+
+                            < M A T L A B (R) >
+                  Copyright 1984-2013 The MathWorks, Inc.
+                    R2013b (8.2.0.701) 64-bit (glnxa64)
+                              August 13, 2013
+
+ 
+To get started, type one of these: helpwin, helpdesk, or demo.
+For product information, visit www.mathworks.com.
+ 
+>> Preprocessing............done
+Estimating F0s...........
+20.00% complete
+40.00% complete
+60.00% complete
+80.00% complete
+100% complete
+Postprocessing...........done
+
+real	5m43.370s
+user	31m9.736s
+sys	3m15.092s
+Done
+Processing wav file /import/c4dm-datasets/TRIOS_dataset/lussier/bassoon.wav, writing to lab file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/lussier/bassoon.lab
+Warning: No display specified.  You will not be able to display graphics on the screen.
+
+                            < M A T L A B (R) >
+                  Copyright 1984-2013 The MathWorks, Inc.
+                    R2013b (8.2.0.701) 64-bit (glnxa64)
+                              August 13, 2013
+
+ 
+To get started, type one of these: helpwin, helpdesk, or demo.
+For product information, visit www.mathworks.com.
+ 
+>> Preprocessing............done
+Estimating F0s...........
+20.00% complete
+40.00% complete
+60.00% complete
+80.00% complete
+100% complete
+Postprocessing...........done
+
+real	5m49.097s
+user	31m39.795s
+sys	3m17.390s
+Done
+Processing wav file /import/c4dm-datasets/TRIOS_dataset/lussier/mix.wav, writing to lab file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/lussier/mix.lab
+Warning: No display specified.  You will not be able to display graphics on the screen.
+
+                            < M A T L A B (R) >
+                  Copyright 1984-2013 The MathWorks, Inc.
+                    R2013b (8.2.0.701) 64-bit (glnxa64)
+                              August 13, 2013
+
+ 
+To get started, type one of these: helpwin, helpdesk, or demo.
+For product information, visit www.mathworks.com.
+ 
+>> Preprocessing............done
+Estimating F0s...........
+20.00% complete
+40.00% complete
+60.00% complete
+80.00% complete
+100% complete
+Postprocessing...........done
+
+real	5m42.835s
+user	31m0.660s
+sys	3m17.390s
+Done
+Processing wav file /import/c4dm-datasets/TRIOS_dataset/lussier/piano_syn.wav, writing to lab file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/lussier/piano_syn.lab
+Warning: No display specified.  You will not be able to display graphics on the screen.
+
+                            < M A T L A B (R) >
+                  Copyright 1984-2013 The MathWorks, Inc.
+                    R2013b (8.2.0.701) 64-bit (glnxa64)
+                              August 13, 2013
+
+ 
+To get started, type one of these: helpwin, helpdesk, or demo.
+For product information, visit www.mathworks.com.
+ 
+>> Preprocessing............done
+Estimating F0s...........
+20.00% complete
+40.00% complete
+60.00% complete
+80.00% complete
+100% complete
+Postprocessing...........done
+
+real	5m51.206s
+user	31m53.063s
+sys	3m18.066s
+Done
+Processing wav file /import/c4dm-datasets/TRIOS_dataset/lussier/piano.wav, writing to lab file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/lussier/piano.lab
+Warning: No display specified.  You will not be able to display graphics on the screen.
+
+                            < M A T L A B (R) >
+                  Copyright 1984-2013 The MathWorks, Inc.
+                    R2013b (8.2.0.701) 64-bit (glnxa64)
+                              August 13, 2013
+
+ 
+To get started, type one of these: helpwin, helpdesk, or demo.
+For product information, visit www.mathworks.com.
+ 
+>> Preprocessing............done
+Estimating F0s...........
+20.00% complete
+40.00% complete
+60.00% complete
+80.00% complete
+100% complete
+Postprocessing...........done
+
+real	5m43.267s
+user	31m0.100s
+sys	3m17.599s
+Done
+Processing wav file /import/c4dm-datasets/TRIOS_dataset/lussier/trumpet_syn.wav, writing to lab file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/lussier/trumpet_syn.lab
+Warning: No display specified.  You will not be able to display graphics on the screen.
+
+                            < M A T L A B (R) >
+                  Copyright 1984-2013 The MathWorks, Inc.
+                    R2013b (8.2.0.701) 64-bit (glnxa64)
+                              August 13, 2013
+
+ 
+To get started, type one of these: helpwin, helpdesk, or demo.
+For product information, visit www.mathworks.com.
+ 
+>> Preprocessing............done
+Estimating F0s...........
+20.00% complete
+40.00% complete
+60.00% complete
+80.00% complete
+100% complete
+Postprocessing...........done
+
+real	5m40.494s
+user	31m3.025s
+sys	3m15.231s
+Done
+Processing wav file /import/c4dm-datasets/TRIOS_dataset/lussier/trumpet.wav, writing to lab file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/lussier/trumpet.lab
+Warning: No display specified.  You will not be able to display graphics on the screen.
+
+                            < M A T L A B (R) >
+                  Copyright 1984-2013 The MathWorks, Inc.
+                    R2013b (8.2.0.701) 64-bit (glnxa64)
+                              August 13, 2013
+
+ 
+To get started, type one of these: helpwin, helpdesk, or demo.
+For product information, visit www.mathworks.com.
+ 
+>> Preprocessing............done
+Estimating F0s...........
+20.00% complete
+40.00% complete
+60.00% complete
+80.00% complete
+100% complete
+Postprocessing...........done
+
+real	5m46.261s
+user	31m34.744s
+sys	3m16.464s
+Done
+
+Processing wav file /import/c4dm-datasets/TRIOS_dataset/mozart/clarinet_syn.wav, writing to lab file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/mozart/clarinet_syn.lab
+Warning: No display specified.  You will not be able to display graphics on the screen.
+
+                            < M A T L A B (R) >
+                  Copyright 1984-2013 The MathWorks, Inc.
+                    R2013b (8.2.0.701) 64-bit (glnxa64)
+                              August 13, 2013
+
+ 
+To get started, type one of these: helpwin, helpdesk, or demo.
+For product information, visit www.mathworks.com.
+ 
+>> Preprocessing............done
+Estimating F0s...........
+11.11% complete
+22.22% complete
+33.33% complete
+44.44% complete
+55.56% complete
+66.67% complete
+77.78% complete
+88.89% complete
+100% complete
+Postprocessing...........done
+
+real	10m24.833s
+user	58m17.050s
+sys	6m1.270s
+Done
+Processing wav file /import/c4dm-datasets/TRIOS_dataset/mozart/clarinet.wav, writing to lab file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/mozart/clarinet.lab
+Warning: No display specified.  You will not be able to display graphics on the screen.
+
+                            < M A T L A B (R) >
+                  Copyright 1984-2013 The MathWorks, Inc.
+                    R2013b (8.2.0.701) 64-bit (glnxa64)
+                              August 13, 2013
+
+ 
+To get started, type one of these: helpwin, helpdesk, or demo.
+For product information, visit www.mathworks.com.
+ 
+>> Preprocessing............done
+Estimating F0s...........
+11.11% complete
+22.22% complete
+33.33% complete
+44.44% complete
+55.56% complete
+66.67% complete
+77.78% complete
+88.89% complete
+100% complete
+Postprocessing...........done
+
+real	10m24.452s
+user	57m47.241s
+sys	6m1.519s
+Done
+Processing wav file /import/c4dm-datasets/TRIOS_dataset/mozart/mix.wav, writing to lab file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/mozart/mix.lab
+Warning: No display specified.  You will not be able to display graphics on the screen.
+
+                            < M A T L A B (R) >
+                  Copyright 1984-2013 The MathWorks, Inc.
+                    R2013b (8.2.0.701) 64-bit (glnxa64)
+                              August 13, 2013
+
+ 
+To get started, type one of these: helpwin, helpdesk, or demo.
+For product information, visit www.mathworks.com.
+ 
+>> Preprocessing............done
+Estimating F0s...........
+11.11% complete
+22.22% complete
+33.33% complete
+44.44% complete
+55.56% complete
+66.67% complete
+77.78% complete
+88.89% complete
+100% complete
+Postprocessing...........done
+
+real	10m26.050s
+user	58m13.154s
+sys	6m2.941s
+Done
+Processing wav file /import/c4dm-datasets/TRIOS_dataset/mozart/piano_syn.wav, writing to lab file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/mozart/piano_syn.lab
+Warning: No display specified.  You will not be able to display graphics on the screen.
+
+                            < M A T L A B (R) >
+                  Copyright 1984-2013 The MathWorks, Inc.
+                    R2013b (8.2.0.701) 64-bit (glnxa64)
+                              August 13, 2013
+
+ 
+To get started, type one of these: helpwin, helpdesk, or demo.
+For product information, visit www.mathworks.com.
+ 
+>> Preprocessing............done
+Estimating F0s...........
+11.11% complete
+22.22% complete
+33.33% complete
+44.44% complete
+55.56% complete
+66.67% complete
+77.78% complete
+88.89% complete
+100% complete
+Postprocessing...........done
+
+real	10m34.334s
+user	59m19.217s
+sys	6m5.070s
+Done
+Processing wav file /import/c4dm-datasets/TRIOS_dataset/mozart/piano.wav, writing to lab file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/mozart/piano.lab
+Warning: No display specified.  You will not be able to display graphics on the screen.
+
+                            < M A T L A B (R) >
+                  Copyright 1984-2013 The MathWorks, Inc.
+                    R2013b (8.2.0.701) 64-bit (glnxa64)
+                              August 13, 2013
+
+ 
+To get started, type one of these: helpwin, helpdesk, or demo.
+For product information, visit www.mathworks.com.
+ 
+>> Preprocessing............done
+Estimating F0s...........
+11.11% complete
+22.22% complete
+33.33% complete
+44.44% complete
+55.56% complete
+66.67% complete
+77.78% complete
+88.89% complete
+100% complete
+Postprocessing...........done
+
+real	10m42.106s
+user	60m9.037s
+sys	6m5.105s
+Done
+Processing wav file /import/c4dm-datasets/TRIOS_dataset/mozart/viola_syn.wav, writing to lab file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/mozart/viola_syn.lab
+Warning: No display specified.  You will not be able to display graphics on the screen.
+
+                            < M A T L A B (R) >
+                  Copyright 1984-2013 The MathWorks, Inc.
+                    R2013b (8.2.0.701) 64-bit (glnxa64)
+                              August 13, 2013
+
+ 
+To get started, type one of these: helpwin, helpdesk, or demo.
+For product information, visit www.mathworks.com.
+ 
+>> Preprocessing............done
+Estimating F0s...........
+11.11% complete
+22.22% complete
+33.33% complete
+44.44% complete
+55.56% complete
+66.67% complete
+77.78% complete
+88.89% complete
+100% complete
+Postprocessing...........done
+
+real	10m28.264s
+user	59m18.395s
+sys	5m55.932s
+Done
+Processing wav file /import/c4dm-datasets/TRIOS_dataset/mozart/viola.wav, writing to lab file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/mozart/viola.lab
+Warning: No display specified.  You will not be able to display graphics on the screen.
+
+                            < M A T L A B (R) >
+                  Copyright 1984-2013 The MathWorks, Inc.
+                    R2013b (8.2.0.701) 64-bit (glnxa64)
+                              August 13, 2013
+
+ 
+To get started, type one of these: helpwin, helpdesk, or demo.
+For product information, visit www.mathworks.com.
+ 
+>> Preprocessing............done
+Estimating F0s...........
+11.11% complete
+22.22% complete
+33.33% complete
+44.44% complete
+55.56% complete
+66.67% complete
+77.78% complete
+88.89% complete
+100% complete
+Postprocessing...........done
+
+real	10m45.818s
+user	61m6.290s
+sys	6m1.742s
+Done
+
+Processing wav file /import/c4dm-datasets/TRIOS_dataset/schubert/cello_syn.wav, writing to lab file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/schubert/cello_syn.lab
+Warning: No display specified.  You will not be able to display graphics on the screen.
+
+                            < M A T L A B (R) >
+                  Copyright 1984-2013 The MathWorks, Inc.
+                    R2013b (8.2.0.701) 64-bit (glnxa64)
+                              August 13, 2013
+
+ 
+To get started, type one of these: helpwin, helpdesk, or demo.
+For product information, visit www.mathworks.com.
+ 
+>> Preprocessing............done
+Estimating F0s...........
+7.14% complete
+14.29% complete
+21.43% complete
+28.57% complete
+35.71% complete
+42.86% complete
+50.00% complete
+57.14% complete
+64.29% complete
+71.43% complete
+78.57% complete
+85.71% complete
+92.86% complete
+100% complete
+Postprocessing...........done
+
+real	16m38.231s
+user	93m20.195s
+sys	9m36.568s
+Done
+Processing wav file /import/c4dm-datasets/TRIOS_dataset/schubert/cello.wav, writing to lab file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/schubert/cello.lab
+Warning: No display specified.  You will not be able to display graphics on the screen.
+
+                            < M A T L A B (R) >
+                  Copyright 1984-2013 The MathWorks, Inc.
+                    R2013b (8.2.0.701) 64-bit (glnxa64)
+                              August 13, 2013
+
+ 
+To get started, type one of these: helpwin, helpdesk, or demo.
+For product information, visit www.mathworks.com.
+ 
+>> Preprocessing............done
+Estimating F0s...........
+7.14% complete
+14.29% complete
+21.43% complete
+28.57% complete
+35.71% complete
+42.86% complete
+50.00% complete
+57.14% complete
+64.29% complete
+71.43% complete
+78.57% complete
+85.71% complete
+92.86% complete
+100% complete
+Postprocessing...........done
+
+real	16m55.515s
+user	95m5.072s
+sys	9m35.178s
+Done
+Processing wav file /import/c4dm-datasets/TRIOS_dataset/schubert/mix.wav, writing to lab file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/schubert/mix.lab
+Warning: No display specified.  You will not be able to display graphics on the screen.
+
+                            < M A T L A B (R) >
+                  Copyright 1984-2013 The MathWorks, Inc.
+                    R2013b (8.2.0.701) 64-bit (glnxa64)
+                              August 13, 2013
+
+ 
+To get started, type one of these: helpwin, helpdesk, or demo.
+For product information, visit www.mathworks.com.
+ 
+>> Preprocessing............done
+Estimating F0s...........
+7.14% complete
+14.29% complete
+21.43% complete
+28.57% complete
+35.71% complete
+42.86% complete
+50.00% complete
+57.14% complete
+64.29% complete
+71.43% complete
+78.57% complete
+85.71% complete
+92.86% complete
+100% complete
+Postprocessing...........done
+
+real	16m32.619s
+user	92m12.573s
+sys	9m33.902s
+Done
+Processing wav file /import/c4dm-datasets/TRIOS_dataset/schubert/piano_syn.wav, writing to lab file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/schubert/piano_syn.lab
+Warning: No display specified.  You will not be able to display graphics on the screen.
+
+                            < M A T L A B (R) >
+                  Copyright 1984-2013 The MathWorks, Inc.
+                    R2013b (8.2.0.701) 64-bit (glnxa64)
+                              August 13, 2013
+
+ 
+To get started, type one of these: helpwin, helpdesk, or demo.
+For product information, visit www.mathworks.com.
+ 
+>> Preprocessing............done
+Estimating F0s...........
+7.14% complete
+14.29% complete
+21.43% complete
+28.57% complete
+35.71% complete
+42.86% complete
+50.00% complete
+57.14% complete
+64.29% complete
+71.43% complete
+78.57% complete
+85.71% complete
+92.86% complete
+100% complete
+Postprocessing...........done
+
+real	16m34.228s
+user	92m50.015s
+sys	9m29.268s
+Done
+Processing wav file /import/c4dm-datasets/TRIOS_dataset/schubert/piano.wav, writing to lab file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/schubert/piano.lab
+Warning: No display specified.  You will not be able to display graphics on the screen.
+
+                            < M A T L A B (R) >
+                  Copyright 1984-2013 The MathWorks, Inc.
+                    R2013b (8.2.0.701) 64-bit (glnxa64)
+                              August 13, 2013
+
+ 
+To get started, type one of these: helpwin, helpdesk, or demo.
+For product information, visit www.mathworks.com.
+ 
+>> Preprocessing............done
+Estimating F0s...........
+7.14% complete
+14.29% complete
+21.43% complete
+28.57% complete
+35.71% complete
+42.86% complete
+50.00% complete
+57.14% complete
+64.29% complete
+71.43% complete
+78.57% complete
+85.71% complete
+92.86% complete
+100% complete
+Postprocessing...........done
+
+real	16m31.821s
+user	92m47.710s
+sys	9m26.082s
+Done
+Processing wav file /import/c4dm-datasets/TRIOS_dataset/schubert/violin_syn.wav, writing to lab file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/schubert/violin_syn.lab
+Warning: No display specified.  You will not be able to display graphics on the screen.
+
+                            < M A T L A B (R) >
+                  Copyright 1984-2013 The MathWorks, Inc.
+                    R2013b (8.2.0.701) 64-bit (glnxa64)
+                              August 13, 2013
+
+ 
+To get started, type one of these: helpwin, helpdesk, or demo.
+For product information, visit www.mathworks.com.
+ 
+>> Preprocessing............done
+Estimating F0s...........
+7.14% complete
+14.29% complete
+21.43% complete
+28.57% complete
+35.71% complete
+42.86% complete
+50.00% complete
+57.14% complete
+64.29% complete
+71.43% complete
+78.57% complete
+85.71% complete
+92.86% complete
+100% complete
+Postprocessing...........done
+
+real	16m28.656s
+user	92m8.794s
+sys	9m23.119s
+Done
+Processing wav file /import/c4dm-datasets/TRIOS_dataset/schubert/violin.wav, writing to lab file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/schubert/violin.lab
+Warning: No display specified.  You will not be able to display graphics on the screen.
+
+                            < M A T L A B (R) >
+                  Copyright 1984-2013 The MathWorks, Inc.
+                    R2013b (8.2.0.701) 64-bit (glnxa64)
+                              August 13, 2013
+
+ 
+To get started, type one of these: helpwin, helpdesk, or demo.
+For product information, visit www.mathworks.com.
+ 
+>> Preprocessing............done
+Estimating F0s...........
+7.14% complete
+14.29% complete
+21.43% complete
+28.57% complete
+35.71% complete
+42.86% complete
+50.00% complete
+57.14% complete
+64.29% complete
+71.43% complete
+78.57% complete
+85.71% complete
+92.86% complete
+100% complete
+Postprocessing...........done
+
+real	16m36.133s
+user	93m20.369s
+sys	9m22.675s
+Done
+
+Processing wav file /import/c4dm-datasets/TRIOS_dataset/take_five/kick_syn.wav, writing to lab file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/take_five/kick_syn.lab
+Warning: No display specified.  You will not be able to display graphics on the screen.
+
+                            < M A T L A B (R) >
+                  Copyright 1984-2013 The MathWorks, Inc.
+                    R2013b (8.2.0.701) 64-bit (glnxa64)
+                              August 13, 2013
+
+ 
+To get started, type one of these: helpwin, helpdesk, or demo.
+For product information, visit www.mathworks.com.
+ 
+>> Preprocessing............done
+Estimating F0s...........
+9.09% complete
+18.18% complete
+27.27% complete
+36.36% complete
+45.45% complete
+54.55% complete
+63.64% complete
+72.73% complete
+81.82% complete
+90.91% complete
+100% complete
+Postprocessing...........done
+
+real	13m14.738s
+user	75m13.168s
+sys	7m23.584s
+Done
+Processing wav file /import/c4dm-datasets/TRIOS_dataset/take_five/kick.wav, writing to lab file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/take_five/kick.lab
+Warning: No display specified.  You will not be able to display graphics on the screen.
+
+                            < M A T L A B (R) >
+                  Copyright 1984-2013 The MathWorks, Inc.
+                    R2013b (8.2.0.701) 64-bit (glnxa64)
+                              August 13, 2013
+
+ 
+To get started, type one of these: helpwin, helpdesk, or demo.
+For product information, visit www.mathworks.com.
+ 
+>> Preprocessing............done
+Estimating F0s...........
+9.09% complete
+18.18% complete
+27.27% complete
+36.36% complete
+45.45% complete
+54.55% complete
+63.64% complete
+72.73% complete
+81.82% complete
+90.91% complete
+100% complete
+Postprocessing...........done
+
+real	13m6.145s
+user	73m56.100s
+sys	7m25.271s
+Done
+Processing wav file /import/c4dm-datasets/TRIOS_dataset/take_five/mix.wav, writing to lab file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/take_five/mix.lab
+Warning: No display specified.  You will not be able to display graphics on the screen.
+
+                            < M A T L A B (R) >
+                  Copyright 1984-2013 The MathWorks, Inc.
+                    R2013b (8.2.0.701) 64-bit (glnxa64)
+                              August 13, 2013
+
+ 
+To get started, type one of these: helpwin, helpdesk, or demo.
+For product information, visit www.mathworks.com.
+ 
+>> Preprocessing............done
+Estimating F0s...........
+9.09% complete
+18.18% complete
+27.27% complete
+36.36% complete
+45.45% complete
+54.55% complete
+63.64% complete
+72.73% complete
+81.82% complete
+90.91% complete
+100% complete
+Postprocessing...........done
+
+real	13m29.267s
+user	76m6.703s
+sys	7m36.187s
+Done
+Processing wav file /import/c4dm-datasets/TRIOS_dataset/take_five/piano_syn.wav, writing to lab file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/take_five/piano_syn.lab
+Warning: No display specified.  You will not be able to display graphics on the screen.
+
+                            < M A T L A B (R) >
+                  Copyright 1984-2013 The MathWorks, Inc.
+                    R2013b (8.2.0.701) 64-bit (glnxa64)
+                              August 13, 2013
+
+ 
+To get started, type one of these: helpwin, helpdesk, or demo.
+For product information, visit www.mathworks.com.
+ 
+>> Preprocessing............done
+Estimating F0s...........
+9.09% complete
+18.18% complete
+27.27% complete
+36.36% complete
+45.45% complete
+54.55% complete
+63.64% complete
+72.73% complete
+81.82% complete
+90.91% complete
+100% complete
+Postprocessing...........done
+
+real	13m20.569s
+user	75m16.572s
+sys	7m30.803s
+Done
+Processing wav file /import/c4dm-datasets/TRIOS_dataset/take_five/piano.wav, writing to lab file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/take_five/piano.lab
+Warning: No display specified.  You will not be able to display graphics on the screen.
+
+                            < M A T L A B (R) >
+                  Copyright 1984-2013 The MathWorks, Inc.
+                    R2013b (8.2.0.701) 64-bit (glnxa64)
+                              August 13, 2013
+
+ 
+To get started, type one of these: helpwin, helpdesk, or demo.
+For product information, visit www.mathworks.com.
+ 
+>> Preprocessing............done
+Estimating F0s...........
+9.09% complete
+18.18% complete
+27.27% complete
+36.36% complete
+45.45% complete
+54.55% complete
+63.64% complete
+72.73% complete
+81.82% complete
+90.91% complete
+100% complete
+Postprocessing...........done
+
+real	13m9.470s
+user	73m57.355s
+sys	7m27.933s
+Done
+Processing wav file /import/c4dm-datasets/TRIOS_dataset/take_five/ride_syn.wav, writing to lab file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/take_five/ride_syn.lab
+Warning: No display specified.  You will not be able to display graphics on the screen.
+
+                            < M A T L A B (R) >
+                  Copyright 1984-2013 The MathWorks, Inc.
+                    R2013b (8.2.0.701) 64-bit (glnxa64)
+                              August 13, 2013
+
+ 
+To get started, type one of these: helpwin, helpdesk, or demo.
+For product information, visit www.mathworks.com.
+ 
+>> Preprocessing............Will read TRIOS files from /import/c4dm-datasets/TRIOS_dataset
+Will write output files below /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab
+If either of these is incorrect, hit ctrl-C now!
+Warning: No display specified.  You will not be able to display graphics on the screen.
+
+                            < M A T L A B (R) >
+                  Copyright 1984-2013 The MathWorks, Inc.
+                    R2013b (8.2.0.701) 64-bit (glnxa64)
+                              August 13, 2013
+
+ 
+To get started, type one of these: helpwin, helpdesk, or demo.
+For product information, visit www.mathworks.com.
+ 
+>> 
+Output file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/brahms/horn_syn.lab (for wav file /import/c4dm-datasets/TRIOS_dataset/brahms/horn_syn.wav) already exists, skipping
+Output file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/brahms/horn.lab (for wav file /import/c4dm-datasets/TRIOS_dataset/brahms/horn.wav) already exists, skipping
+Output file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/brahms/mix.lab (for wav file /import/c4dm-datasets/TRIOS_dataset/brahms/mix.wav) already exists, skipping
+Output file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/brahms/piano_syn.lab (for wav file /import/c4dm-datasets/TRIOS_dataset/brahms/piano_syn.wav) already exists, skipping
+Output file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/brahms/piano.lab (for wav file /import/c4dm-datasets/TRIOS_dataset/brahms/piano.wav) already exists, skipping
+Output file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/brahms/violin_syn.lab (for wav file /import/c4dm-datasets/TRIOS_dataset/brahms/violin_syn.wav) already exists, skipping
+Output file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/brahms/violin.lab (for wav file /import/c4dm-datasets/TRIOS_dataset/brahms/violin.wav) already exists, skipping
+
+Output file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/lussier/bassoon_syn.lab (for wav file /import/c4dm-datasets/TRIOS_dataset/lussier/bassoon_syn.wav) already exists, skipping
+Output file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/lussier/bassoon.lab (for wav file /import/c4dm-datasets/TRIOS_dataset/lussier/bassoon.wav) already exists, skipping
+Output file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/lussier/mix.lab (for wav file /import/c4dm-datasets/TRIOS_dataset/lussier/mix.wav) already exists, skipping
+Output file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/lussier/piano_syn.lab (for wav file /import/c4dm-datasets/TRIOS_dataset/lussier/piano_syn.wav) already exists, skipping
+Output file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/lussier/piano.lab (for wav file /import/c4dm-datasets/TRIOS_dataset/lussier/piano.wav) already exists, skipping
+Output file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/lussier/trumpet_syn.lab (for wav file /import/c4dm-datasets/TRIOS_dataset/lussier/trumpet_syn.wav) already exists, skipping
+Output file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/lussier/trumpet.lab (for wav file /import/c4dm-datasets/TRIOS_dataset/lussier/trumpet.wav) already exists, skipping
+
+Output file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/mozart/clarinet_syn.lab (for wav file /import/c4dm-datasets/TRIOS_dataset/mozart/clarinet_syn.wav) already exists, skipping
+Output file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/mozart/clarinet.lab (for wav file /import/c4dm-datasets/TRIOS_dataset/mozart/clarinet.wav) already exists, skipping
+Output file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/mozart/mix.lab (for wav file /import/c4dm-datasets/TRIOS_dataset/mozart/mix.wav) already exists, skipping
+Output file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/mozart/piano_syn.lab (for wav file /import/c4dm-datasets/TRIOS_dataset/mozart/piano_syn.wav) already exists, skipping
+Output file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/mozart/piano.lab (for wav file /import/c4dm-datasets/TRIOS_dataset/mozart/piano.wav) already exists, skipping
+Output file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/mozart/viola_syn.lab (for wav file /import/c4dm-datasets/TRIOS_dataset/mozart/viola_syn.wav) already exists, skipping
+Output file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/mozart/viola.lab (for wav file /import/c4dm-datasets/TRIOS_dataset/mozart/viola.wav) already exists, skipping
+
+Output file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/schubert/cello_syn.lab (for wav file /import/c4dm-datasets/TRIOS_dataset/schubert/cello_syn.wav) already exists, skipping
+Output file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/schubert/cello.lab (for wav file /import/c4dm-datasets/TRIOS_dataset/schubert/cello.wav) already exists, skipping
+Output file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/schubert/mix.lab (for wav file /import/c4dm-datasets/TRIOS_dataset/schubert/mix.wav) already exists, skipping
+Output file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/schubert/piano_syn.lab (for wav file /import/c4dm-datasets/TRIOS_dataset/schubert/piano_syn.wav) already exists, skipping
+Output file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/schubert/piano.lab (for wav file /import/c4dm-datasets/TRIOS_dataset/schubert/piano.wav) already exists, skipping
+Output file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/schubert/violin_syn.lab (for wav file /import/c4dm-datasets/TRIOS_dataset/schubert/violin_syn.wav) already exists, skipping
+Output file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/schubert/violin.lab (for wav file /import/c4dm-datasets/TRIOS_dataset/schubert/violin.wav) already exists, skipping
+
+Output file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/take_five/kick_syn.lab (for wav file /import/c4dm-datasets/TRIOS_dataset/take_five/kick_syn.wav) already exists, skipping
+Output file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/take_five/kick.lab (for wav file /import/c4dm-datasets/TRIOS_dataset/take_five/kick.wav) already exists, skipping
+Output file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/take_five/mix.lab (for wav file /import/c4dm-datasets/TRIOS_dataset/take_five/mix.wav) already exists, skipping
+Output file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/take_five/piano_syn.lab (for wav file /import/c4dm-datasets/TRIOS_dataset/take_five/piano_syn.wav) already exists, skipping
+Output file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/take_five/piano.lab (for wav file /import/c4dm-datasets/TRIOS_dataset/take_five/piano.wav) already exists, skipping
+Processing wav file /import/c4dm-datasets/TRIOS_dataset/take_five/ride_syn.wav, writing to lab file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/take_five/ride_syn.lab
+Warning: No display specified.  You will not be able to display graphics on the screen.
+
+                            < M A T L A B (R) >
+                  Copyright 1984-2013 The MathWorks, Inc.
+                    R2013b (8.2.0.701) 64-bit (glnxa64)
+                              August 13, 2013
+
+ 
+To get started, type one of these: helpwin, helpdesk, or demo.
+For product information, visit www.mathworks.com.
+ 
+>> Preprocessing............done
+Estimating F0s...........
+8.33% complete
+16.67% complete
+25.00% complete
+33.33% complete
+41.67% complete
+50.00% complete
+58.33% complete
+66.67% complete
+75.00% complete
+83.33% complete
+91.67% complete
+Postprocessing...........done
+
+real	15m5.905s
+user	87m32.412s
+sys	7m52.942s
+Done
+Processing wav file /import/c4dm-datasets/TRIOS_dataset/take_five/ride.wav, writing to lab file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/take_five/ride.lab
+Warning: No display specified.  You will not be able to display graphics on the screen.
+
+                            < M A T L A B (R) >
+                  Copyright 1984-2013 The MathWorks, Inc.
+                    R2013b (8.2.0.701) 64-bit (glnxa64)
+                              August 13, 2013
+
+ 
+To get started, type one of these: helpwin, helpdesk, or demo.
+For product information, visit www.mathworks.com.
+ 
+>> Preprocessing............done
+Estimating F0s...........
+9.09% complete
+18.18% complete
+27.27% complete
+36.36% complete
+45.45% complete
+54.55% complete
+63.64% complete
+72.73% complete
+81.82% complete
+90.91% complete
+100% complete
+Postprocessing...........done
+
+real	14m3.613s
+user	78m55.252s
+sys	7m26.799s
+Done
+Processing wav file /import/c4dm-datasets/TRIOS_dataset/take_five/saxophone_syn.wav, writing to lab file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/take_five/saxophone_syn.lab
+Warning: No display specified.  You will not be able to display graphics on the screen.
+
+                            < M A T L A B (R) >
+                  Copyright 1984-2013 The MathWorks, Inc.
+                    R2013b (8.2.0.701) 64-bit (glnxa64)
+                              August 13, 2013
+
+ 
+To get started, type one of these: helpwin, helpdesk, or demo.
+For product information, visit www.mathworks.com.
+ 
+>> Preprocessing............done
+Estimating F0s...........
+9.09% complete
+18.18% complete
+27.27% complete
+36.36% complete
+45.45% complete
+54.55% complete
+63.64% complete
+72.73% complete
+81.82% complete
+90.91% complete
+100% complete
+Postprocessing...........done
+
+real	14m6.713s
+user	80m52.638s
+sys	7m38.434s
+Done
+Processing wav file /import/c4dm-datasets/TRIOS_dataset/take_five/saxophone.wav, writing to lab file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/take_five/saxophone.lab
+Warning: No display specified.  You will not be able to display graphics on the screen.
+
+                            < M A T L A B (R) >
+                  Copyright 1984-2013 The MathWorks, Inc.
+                    R2013b (8.2.0.701) 64-bit (glnxa64)
+                              August 13, 2013
+
+ 
+To get started, type one of these: helpwin, helpdesk, or demo.
+For product information, visit www.mathworks.com.
+ 
+>> Preprocessing............done
+Estimating F0s...........
+9.09% complete
+18.18% complete
+27.27% complete
+36.36% complete
+45.45% complete
+54.55% complete
+63.64% complete
+72.73% complete
+81.82% complete
+90.91% complete
+100% complete
+Postprocessing...........done
+
+real	14m29.443s
+user	85m35.615s
+sys	7m50.125s
+Done
+Processing wav file /import/c4dm-datasets/TRIOS_dataset/take_five/snare_syn.wav, writing to lab file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/take_five/snare_syn.lab
+Warning: No display specified.  You will not be able to display graphics on the screen.
+
+                            < M A T L A B (R) >
+                  Copyright 1984-2013 The MathWorks, Inc.
+                    R2013b (8.2.0.701) 64-bit (glnxa64)
+                              August 13, 2013
+
+ 
+To get started, type one of these: helpwin, helpdesk, or demo.
+For product information, visit www.mathworks.com.
+ 
+>> Preprocessing............done
+Estimating F0s...........
+9.09% complete
+18.18% complete
+27.27% complete
+36.36% complete
+45.45% complete
+54.55% complete
+63.64% complete
+72.73% complete
+81.82% complete
+90.91% complete
+100% complete
+Postprocessing...........done
+
+real	14m37.634s
+user	86m40.447s
+sys	7m57.026s
+Done
+Processing wav file /import/c4dm-datasets/TRIOS_dataset/take_five/snare.wav, writing to lab file /homes/chrisca/silvet/testdata/TRIOS-mirex2012-matlab/take_five/snare.lab
+Warning: No display specified.  You will not be able to display graphics on the screen.
+
+                            < M A T L A B (R) >
+                  Copyright 1984-2013 The MathWorks, Inc.
+                    R2013b (8.2.0.701) 64-bit (glnxa64)
+                              August 13, 2013
+
+ 
+To get started, type one of these: helpwin, helpdesk, or demo.
+For product information, visit www.mathworks.com.
+ 
+>> Preprocessing............done
+Estimating F0s...........
+9.09% complete
+18.18% complete
+27.27% complete
+36.36% complete
+45.45% complete
+54.55% complete
+63.64% complete
+72.73% complete
+81.82% complete
+90.91% complete
+100% complete
+Postprocessing...........done
+
+real	14m40.762s
+user	86m47.973s
+sys	7m57.315s
+Done
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testdata/TRIOS-mirex2012-matlab/take_five/ride.lab	Tue Apr 29 11:12:24 2014 +0100
@@ -0,0 +1,264 @@
+0.73	0.84	880.00
+0.73	0.84	1318.51
+0.85	0.96	1244.51
+1.05	2.28	1244.51
+1.25	1.40	830.61
+1.33	1.48	1318.51
+1.49	1.56	880.00
+1.57	1.68	1318.51
+1.73	1.84	523.25
+1.73	1.84	830.61
+2.05	2.16	830.61
+2.25	2.60	523.25
+2.37	4.80	1244.51
+2.41	2.48	880.00
+2.89	3.00	1318.51
+2.97	3.08	523.25
+3.09	3.16	1318.51
+3.33	3.40	1318.51
+3.37	3.44	880.00
+3.49	3.76	523.25
+3.49	4.00	1318.51
+3.57	3.68	830.61
+3.65	3.76	880.00
+3.97	4.12	880.00
+4.01	4.08	783.99
+4.05	4.12	493.88
+4.05	5.12	1318.51
+4.33	4.44	880.00
+4.37	4.48	830.61
+4.85	4.92	523.25
+5.01	5.16	1244.51
+5.17	5.40	1318.51
+5.37	6.32	1244.51
+5.57	5.64	1318.51
+5.73	5.84	1318.51
+5.81	5.88	880.00
+5.93	6.04	1318.51
+6.05	6.12	880.00
+6.17	6.32	1318.51
+6.41	6.48	1318.51
+6.69	6.80	880.00
+6.69	6.80	1244.51
+6.77	6.96	622.25
+6.93	7.08	1244.51
+6.97	7.08	880.00
+7.01	7.12	369.99
+7.17	7.52	622.25
+7.17	7.28	1318.51
+7.21	7.56	880.00
+7.41	7.48	369.99
+7.49	7.60	1244.51
+7.57	7.68	1318.51
+7.69	7.76	880.00
+7.73	7.80	369.99
+7.81	7.88	1318.51
+7.85	8.00	880.00
+8.05	8.60	1244.51
+8.09	8.28	523.25
+8.21	8.92	880.00
+8.37	8.48	369.99
+8.57	8.64	622.25
+8.61	8.72	523.25
+8.65	8.76	369.99
+8.77	8.88	622.25
+8.97	9.16	1244.51
+9.05	9.12	369.99
+9.05	9.12	493.88
+9.05	9.36	880.00
+9.17	9.24	523.25
+9.29	9.52	1244.51
+9.37	9.44	523.25
+9.57	9.72	523.25
+9.65	9.72	1244.51
+9.73	9.80	369.99
+10.01	10.20	880.00
+10.05	10.16	622.25
+10.05	10.12	1318.51
+10.41	10.52	880.00
+10.41	11.44	1244.51
+10.69	10.84	369.99
+10.73	10.84	622.25
+10.73	11.20	880.00
+10.77	10.92	523.25
+10.93	11.56	369.99
+10.93	11.16	622.25
+11.37	11.48	880.00
+11.49	11.72	1244.51
+11.65	12.28	880.00
+11.73	11.84	369.99
+11.73	11.80	1318.51
+11.81	12.16	1244.51
+12.01	12.08	1318.51
+12.13	12.24	369.99
+12.17	12.24	1318.51
+12.25	12.36	1244.51
+12.37	12.80	369.99
+12.37	12.48	622.25
+12.41	13.00	880.00
+12.45	12.56	1318.51
+12.89	13.00	369.99
+13.05	13.12	523.25
+13.13	13.28	1318.51
+13.25	13.44	880.00
+13.41	13.64	622.25
+13.45	13.92	1244.51
+13.53	13.80	880.00
+13.89	14.04	622.25
+14.05	14.12	523.25
+14.05	14.12	587.33
+14.05	14.16	880.00
+14.05	15.12	1244.51
+14.17	14.32	622.25
+14.33	14.48	880.00
+14.65	15.12	880.00
+15.29	16.56	1244.51
+15.33	15.48	880.00
+15.37	15.44	523.25
+15.41	16.16	369.99
+15.61	16.04	880.00
+15.73	15.80	523.25
+16.01	16.08	523.25
+16.25	16.80	880.00
+16.29	16.44	523.25
+16.41	16.48	622.25
+16.49	16.64	369.99
+16.65	17.16	1244.51
+16.69	16.80	523.25
+16.89	17.88	880.00
+17.01	17.24	523.25
+17.13	17.28	369.99
+17.29	17.56	1244.51
+17.37	17.48	523.25
+17.53	17.64	622.25
+17.61	17.84	369.99
+17.65	17.88	523.25
+17.69	18.28	1244.51
+17.93	18.12	369.99
+17.93	18.12	523.25
+18.25	18.36	369.99
+18.29	18.88	880.00
+18.33	18.44	523.25
+18.37	18.56	1244.51
+18.53	18.68	369.99
+18.61	19.60	1244.51
+18.93	19.20	369.99
+19.01	19.08	523.25
+19.13	19.36	880.00
+19.25	19.44	369.99
+19.65	21.20	1244.51
+19.69	20.08	880.00
+20.21	20.40	880.00
+20.33	20.44	369.99
+20.57	21.36	880.00
+20.61	20.72	369.99
+20.73	20.88	392.00
+20.93	21.16	369.99
+21.25	21.32	523.25
+21.29	21.52	1244.51
+21.41	21.48	523.25
+21.45	21.60	369.99
+21.49	21.60	880.00
+21.65	21.84	1244.51
+21.73	22.28	880.00
+21.97	22.92	1244.51
+22.05	22.12	523.25
+22.41	22.88	880.00
+22.69	22.76	523.25
+22.77	22.88	1318.51
+22.93	23.24	880.00
+23.01	23.08	830.61
+23.01	24.96	1244.51
+23.37	23.48	880.00
+23.57	23.64	523.25
+23.57	24.72	880.00
+23.73	23.80	1318.51
+24.05	24.20	523.25
+24.37	24.44	523.25
+24.45	24.52	622.25
+24.69	24.84	523.25
+24.73	24.80	830.61
+25.09	25.16	523.25
+25.17	25.28	1318.51
+25.41	25.60	1244.51
+25.41	25.60	1318.51
+25.69	25.88	1244.51
+25.97	26.08	1244.51
+26.01	26.16	523.25
+26.21	26.48	1244.51
+26.49	26.56	523.25
+26.69	26.76	523.25
+26.69	28.24	1244.51
+26.85	27.00	880.00
+26.89	27.16	523.25
+27.09	27.16	1318.51
+27.21	27.60	880.00
+27.41	27.48	523.25
+27.77	28.16	880.00
+28.25	28.64	880.00
+28.29	31.72	1244.51
+28.73	28.88	880.00
+29.05	29.24	523.25
+29.05	29.68	880.00
+29.33	29.52	523.25
+29.65	29.80	523.25
+29.93	30.44	880.00
+30.05	30.12	1318.51
+30.09	30.20	622.25
+30.37	30.48	523.25
+30.37	30.44	622.25
+30.73	30.84	523.25
+30.73	30.84	880.00
+30.89	31.48	880.00
+30.93	31.00	392.00
+31.05	31.12	622.25
+31.29	31.36	392.00
+31.45	31.56	523.25
+31.69	32.20	880.00
+31.77	32.00	1244.51
+32.09	33.24	1244.51
+32.37	32.56	523.25
+32.37	32.48	830.61
+32.37	32.56	880.00
+32.69	33.52	880.00
+32.93	33.12	523.25
+33.33	35.52	1244.51
+33.37	33.44	392.00
+33.65	33.80	880.00
+34.01	34.12	880.00
+34.09	34.20	1318.51
+34.33	34.44	523.25
+34.53	35.04	880.00
+34.69	34.80	523.25
+34.77	34.88	622.25
+35.17	35.28	880.00
+35.41	35.56	880.00
+35.65	36.12	880.00
+35.69	36.88	1244.51
+36.09	36.16	622.25
+36.25	36.40	880.00
+36.69	36.76	523.25
+36.81	36.92	880.00
+37.17	37.24	880.00
+37.37	37.44	880.00
+37.37	38.60	1244.51
+37.57	37.72	880.00
+38.05	38.56	880.00
+38.69	38.80	523.25
+38.69	38.80	880.00
+38.69	38.92	1244.51
+38.97	39.40	880.00
+38.97	39.60	1244.51
+39.53	39.60	880.00
+39.65	40.20	1244.51
+39.69	39.76	523.25
+39.69	39.80	880.00
+40.05	40.16	880.00
+40.13	40.36	523.25
+40.29	40.52	369.99
+40.33	40.56	880.00
+40.33	41.40	1244.51
+40.73	40.84	523.25
+40.73	41.04	880.00
+40.81	40.88	622.25
+41.65	41.72	1244.51
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testdata/TRIOS-mirex2012-matlab/take_five/ride_syn.lab	Tue Apr 29 11:12:24 2014 +0100
@@ -0,0 +1,232 @@
+0.69	1.16	523.25
+0.69	1.56	622.25
+0.69	0.76	1396.91
+0.69	1.16	1661.22
+1.09	1.16	1396.91
+1.33	1.52	1661.22
+1.69	1.92	622.25
+1.69	1.84	1661.22
+1.77	1.88	523.25
+2.01	3.40	622.25
+2.05	2.16	1661.22
+2.37	2.44	523.25
+2.37	2.72	1661.22
+2.97	3.16	1661.22
+3.57	3.64	523.25
+3.57	3.68	1396.91
+3.73	4.88	622.25
+4.05	4.16	659.26
+4.05	4.52	1661.22
+4.61	4.76	1661.22
+4.69	4.76	523.25
+5.01	5.28	622.25
+5.05	5.16	1661.22
+5.09	5.16	523.25
+5.37	5.60	622.25
+5.69	5.92	523.25
+5.69	6.60	622.25
+5.69	5.92	1661.22
+6.01	6.20	1661.22
+6.41	6.48	523.25
+6.41	6.48	1661.22
+6.69	7.04	622.25
+6.97	7.20	1661.22
+7.09	7.56	622.25
+7.37	7.80	1661.22
+7.45	7.56	523.25
+7.61	8.12	622.25
+8.05	8.20	1661.22
+8.13	8.24	523.25
+8.37	9.72	622.25
+8.57	8.72	1661.22
+8.73	8.84	523.25
+9.05	9.56	1661.22
+9.13	9.24	523.25
+9.69	9.84	1661.22
+9.77	9.84	523.25
+9.81	10.24	622.25
+10.05	10.20	1661.22
+10.37	10.44	523.25
+10.37	11.24	622.25
+10.41	10.48	1661.22
+10.69	10.76	523.25
+10.69	10.92	1661.22
+10.73	10.80	1396.91
+11.01	11.20	1661.22
+11.29	11.40	523.25
+11.29	11.40	1661.22
+11.41	11.88	622.25
+11.41	11.48	1396.91
+11.93	12.12	523.25
+11.93	13.56	622.25
+11.93	12.16	1661.22
+12.09	12.16	1396.91
+12.33	12.56	523.25
+12.33	12.56	1661.22
+12.65	12.76	1661.22
+13.01	13.20	1661.22
+13.37	13.52	1661.22
+13.45	13.56	523.25
+13.69	14.48	622.25
+13.69	13.76	1396.91
+13.77	13.88	1661.22
+14.05	14.20	523.25
+14.05	14.12	1396.91
+14.05	14.32	1661.22
+14.41	14.52	1661.22
+14.65	14.76	523.25
+14.65	14.88	1661.22
+14.73	15.20	622.25
+15.01	15.08	523.25
+15.01	15.12	1661.22
+15.33	18.00	622.25
+15.33	15.48	1661.22
+15.37	15.44	523.25
+15.69	15.88	1661.22
+15.73	15.84	1396.91
+16.01	16.08	523.25
+16.25	16.40	1661.22
+16.33	16.40	523.25
+16.65	16.96	1661.22
+17.05	17.16	1661.22
+17.33	17.40	1396.91
+17.33	17.60	1661.22
+17.69	17.76	523.25
+17.97	18.16	1661.22
+18.13	18.24	622.25
+18.33	18.48	523.25
+18.33	18.40	622.25
+18.37	18.48	1661.22
+18.49	18.64	622.25
+18.65	18.72	1661.22
+18.69	18.88	622.25
+18.97	19.60	622.25
+19.05	19.52	1661.22
+19.09	19.20	523.25
+19.69	20.56	622.25
+19.69	19.84	1661.22
+20.05	20.12	1661.22
+20.29	20.48	1661.22
+20.65	22.12	622.25
+20.69	20.76	1396.91
+20.69	21.12	1661.22
+21.41	21.48	1396.91
+21.41	21.56	1661.22
+22.01	22.20	523.25
+22.17	22.76	622.25
+22.41	22.72	1661.22
+22.45	22.56	523.25
+22.73	22.84	523.25
+22.89	23.28	622.25
+22.93	23.00	1396.91
+22.93	23.16	1661.22
+23.01	23.08	523.25
+23.33	23.80	622.25
+23.41	23.52	1661.22
+23.57	23.64	523.25
+23.65	23.84	1661.22
+23.77	23.88	523.25
+24.01	25.48	622.25
+24.01	24.20	1661.22
+24.05	24.24	523.25
+24.09	24.16	1396.91
+24.25	24.52	1661.22
+24.57	24.72	1661.22
+24.69	24.80	523.25
+25.09	25.20	1661.22
+25.37	25.52	1661.22
+25.41	25.48	1396.91
+25.53	26.28	622.25
+25.69	25.92	1661.22
+26.01	26.20	1661.22
+26.05	26.16	523.25
+26.37	26.44	523.25
+26.37	26.44	1661.22
+26.41	27.04	622.25
+26.73	26.80	1661.22
+26.89	27.16	1661.22
+26.93	27.04	1396.91
+26.97	27.12	523.25
+27.17	28.24	622.25
+27.33	27.40	523.25
+27.33	27.40	1244.51
+27.33	27.56	1661.22
+27.37	27.44	1396.91
+27.49	27.56	523.25
+27.69	28.12	1661.22
+28.01	28.12	523.25
+28.37	28.88	622.25
+28.41	28.52	1661.22
+28.65	28.84	1661.22
+29.01	29.92	622.25
+29.01	29.20	1661.22
+29.05	29.16	523.25
+29.05	29.12	1396.91
+29.25	29.40	1661.22
+29.37	29.52	523.25
+29.37	29.44	1396.91
+29.45	29.60	1661.22
+29.65	29.80	523.25
+30.01	30.08	523.25
+30.01	30.16	1661.22
+30.05	30.48	622.25
+30.25	30.32	523.25
+30.41	30.52	1661.22
+30.61	31.52	622.25
+30.73	30.88	523.25
+30.73	30.80	1396.91
+30.73	30.88	1661.22
+30.93	31.12	1661.22
+31.29	31.40	523.25
+31.33	31.40	1661.22
+31.57	31.84	622.25
+31.69	31.84	1661.22
+31.97	32.08	622.25
+32.09	32.16	523.25
+32.17	32.92	622.25
+32.37	32.88	1661.22
+32.37	32.44	1760.00
+32.41	32.56	523.25
+32.73	32.80	1396.91
+32.97	33.12	523.25
+33.01	33.84	622.25
+33.05	33.16	1661.22
+33.37	33.52	1661.22
+33.65	33.84	1661.22
+33.97	34.32	622.25
+34.01	34.08	523.25
+34.01	34.20	1661.22
+34.05	34.16	1396.91
+34.25	34.44	1661.22
+34.33	34.48	523.25
+34.45	35.24	622.25
+34.65	34.88	1661.22
+35.05	35.20	1661.22
+35.33	35.40	523.25
+35.33	35.48	622.25
+35.65	36.56	622.25
+35.69	36.12	1661.22
+36.25	36.44	1661.22
+36.65	36.80	523.25
+36.65	37.24	622.25
+36.65	36.76	1661.22
+36.89	37.08	1661.22
+37.33	38.60	622.25
+37.37	37.84	1661.22
+37.41	37.52	523.25
+37.89	38.12	1661.22
+38.05	38.12	1396.91
+38.37	38.44	1661.22
+38.69	39.88	622.25
+38.69	38.84	1661.22
+39.01	39.48	1661.22
+39.69	39.84	1661.22
+40.01	40.32	622.25
+40.05	40.12	1396.91
+40.05	40.48	1661.22
+40.33	40.44	523.25
+40.41	40.56	622.25
+40.69	41.12	622.25
+40.69	40.88	1661.22
+40.77	40.88	523.25
+40.93	41.04	1661.22
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testdata/TRIOS-mirex2012-matlab/take_five/saxophone.lab	Tue Apr 29 11:12:24 2014 +0100
@@ -0,0 +1,140 @@
+13.33	13.64	233.08
+13.57	13.72	311.13
+13.69	13.96	369.99
+13.89	14.08	415.30
+14.01	14.64	440.00
+14.25	14.44	466.16
+14.53	14.80	415.30
+14.69	14.96	369.99
+15.01	15.44	233.08
+15.37	15.68	277.18
+15.69	16.60	311.13
+16.29	16.36	622.25
+16.65	16.88	349.23
+16.73	16.92	369.99
+16.81	16.88	739.99
+16.89	17.00	311.13
+16.97	17.36	277.18
+17.33	18.28	311.13
+18.37	18.44	261.63
+18.37	18.68	277.18
+18.45	18.56	293.66
+18.61	18.76	233.08
+18.65	19.08	207.65
+18.73	18.84	415.30
+18.97	19.04	415.30
+18.97	19.04	622.25
+19.01	20.36	233.08
+20.05	20.12	220.00
+20.29	20.44	311.13
+20.37	20.64	369.99
+20.49	20.60	739.99
+20.57	20.76	415.30
+20.69	20.96	440.00
+20.77	20.92	1318.51
+20.89	21.12	466.16
+21.05	21.28	440.00
+21.21	21.44	415.30
+21.33	21.40	392.00
+21.37	21.64	369.99
+21.73	22.16	233.08
+22.09	22.36	277.18
+22.37	23.20	311.13
+23.37	23.44	261.63
+23.37	23.64	277.18
+23.41	23.52	293.66
+23.57	23.72	233.08
+23.65	24.04	207.65
+23.65	23.72	220.00
+23.69	23.88	415.30
+23.93	24.92	233.08
+24.05	24.12	220.00
+24.05	24.12	466.16
+24.33	24.40	466.16
+24.97	25.24	349.23
+25.01	25.08	329.63
+25.05	25.24	369.99
+25.09	25.16	739.99
+25.21	25.32	311.13
+25.29	25.72	277.18
+25.29	25.36	523.25
+25.65	26.68	311.13
+27.37	27.64	622.25
+27.61	27.80	739.99
+27.93	28.08	622.25
+28.05	28.36	493.88
+28.05	28.12	523.25
+28.13	28.24	1479.98
+28.37	28.64	415.30
+28.49	28.60	1244.51
+28.57	28.76	466.16
+28.69	28.92	493.88
+28.73	28.88	1479.98
+28.89	29.08	523.25
+29.01	29.28	554.37
+29.13	29.24	1661.22
+29.25	29.44	698.46
+29.53	29.72	554.37
+29.69	30.00	466.16
+30.01	30.28	369.99
+30.05	30.12	739.99
+30.21	30.40	415.30
+30.33	30.56	440.00
+30.53	30.72	466.16
+30.61	30.68	932.33
+30.65	30.92	493.88
+30.69	30.88	1479.98
+30.89	31.08	622.25
+31.17	31.36	493.88
+31.25	31.32	1479.98
+31.33	31.68	415.30
+31.65	31.92	349.23
+31.85	32.04	369.99
+31.97	32.24	415.30
+32.21	32.36	440.00
+32.25	32.32	880.00
+32.33	32.56	466.16
+32.53	32.72	440.00
+32.61	32.68	880.00
+32.69	32.88	466.16
+32.85	33.04	493.88
+33.01	33.24	554.37
+33.05	33.16	1661.22
+33.33	33.60	554.37
+33.37	33.44	1661.22
+33.53	33.72	523.25
+33.69	33.92	554.37
+33.89	34.08	587.33
+33.93	34.04	1174.66
+34.05	34.24	622.25
+34.25	34.44	739.99
+34.57	34.72	622.25
+34.73	35.00	493.88
+35.01	35.28	415.30
+35.21	35.40	466.16
+35.37	35.60	493.88
+35.49	35.56	1479.98
+35.53	35.72	523.25
+35.69	35.92	554.37
+35.89	36.12	698.46
+36.21	36.44	554.37
+36.37	36.64	466.16
+36.69	36.96	369.99
+36.77	36.88	739.99
+36.89	37.08	415.30
+37.01	37.24	440.00
+37.21	37.44	466.16
+37.37	37.60	493.88
+37.45	37.56	1479.98
+37.57	37.76	622.25
+37.89	38.04	493.88
+38.01	38.36	415.30
+38.33	38.60	349.23
+38.57	38.72	415.30
+38.69	38.96	554.37
+38.77	38.88	1661.22
+38.89	39.04	493.88
+38.89	38.96	523.25
+38.93	39.00	1479.98
+39.01	40.08	466.16
+39.61	39.68	233.08
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testdata/TRIOS-mirex2012-matlab/take_five/saxophone_syn.lab	Tue Apr 29 11:12:24 2014 +0100
@@ -0,0 +1,191 @@
+13.33	13.68	233.08
+13.41	13.52	466.16
+13.49	13.60	1174.66
+13.57	13.64	293.66
+13.57	13.80	311.13
+13.69	14.00	369.99
+13.89	14.12	415.30
+13.97	14.08	830.61
+14.05	14.64	440.00
+14.09	14.28	880.00
+14.13	14.20	1318.51
+14.29	14.44	466.16
+14.29	14.44	932.33
+14.41	14.60	880.00
+14.57	14.84	415.30
+14.61	14.68	830.61
+14.73	15.04	369.99
+15.01	15.44	233.08
+15.05	15.16	466.16
+15.09	15.40	1174.66
+15.13	15.20	698.46
+15.21	15.40	466.16
+15.33	15.76	277.18
+15.73	16.68	311.13
+16.65	16.88	349.23
+16.73	16.80	1396.91
+16.73	16.80	1760.00
+16.77	16.96	369.99
+16.85	17.04	311.13
+16.97	17.44	277.18
+17.21	17.32	554.37
+17.33	18.32	311.13
+18.37	18.76	277.18
+18.45	18.60	311.13
+18.61	18.80	233.08
+18.65	18.72	196.00
+18.65	18.72	466.16
+18.69	19.16	207.65
+19.01	20.36	233.08
+19.13	19.32	466.16
+19.13	19.44	1174.66
+19.41	19.48	466.16
+19.57	19.84	466.16
+20.13	20.28	466.16
+20.21	20.32	1174.66
+20.25	20.32	293.66
+20.25	20.48	311.13
+20.37	20.68	369.99
+20.53	20.64	739.99
+20.57	20.80	415.30
+20.61	20.68	830.61
+20.69	21.32	440.00
+20.73	20.96	880.00
+20.77	20.88	1318.51
+20.89	21.12	466.16
+20.93	21.12	932.33
+21.09	21.28	880.00
+21.21	21.48	415.30
+21.29	21.36	830.61
+21.37	21.68	369.99
+21.69	22.16	233.08
+21.81	22.12	466.16
+21.81	22.08	1174.66
+22.05	22.44	277.18
+22.29	22.36	554.37
+22.41	23.28	311.13
+23.33	23.72	277.18
+23.41	23.60	311.13
+23.57	23.76	233.08
+23.61	23.68	466.16
+23.65	24.08	207.65
+23.85	23.96	415.30
+24.01	25.00	233.08
+24.05	24.48	466.16
+24.21	24.44	1174.66
+24.61	24.72	466.16
+25.01	25.32	349.23
+25.05	25.24	369.99
+25.05	25.12	1396.91
+25.05	25.12	1760.00
+25.21	25.40	311.13
+25.29	25.76	277.18
+25.57	25.68	554.37
+25.65	26.88	311.13
+27.41	27.64	622.25
+27.45	27.60	1244.51
+27.61	27.68	698.46
+27.65	27.84	1479.98
+27.69	27.80	739.99
+27.93	28.12	622.25
+27.93	28.08	1244.51
+28.05	28.40	493.88
+28.37	28.68	415.30
+28.41	28.48	830.61
+28.57	28.80	466.16
+28.61	28.72	932.33
+28.73	28.96	493.88
+28.89	29.08	523.25
+28.93	29.12	1046.50
+29.05	29.32	554.37
+29.05	29.28	1108.73
+29.25	29.52	698.46
+29.53	29.80	554.37
+29.57	29.72	1108.73
+29.69	30.04	466.16
+29.69	30.04	932.33
+30.01	30.32	369.99
+30.17	30.24	739.99
+30.21	30.44	415.30
+30.25	30.36	830.61
+30.37	30.64	440.00
+30.41	30.56	880.00
+30.53	30.76	466.16
+30.57	30.72	932.33
+30.69	30.96	493.88
+30.93	31.12	622.25
+30.93	31.08	1244.51
+31.17	31.40	493.88
+31.33	31.72	415.30
+31.37	31.44	830.61
+31.65	32.00	349.23
+31.69	31.84	1396.91
+31.73	31.84	1760.00
+31.85	32.08	369.99
+31.97	32.32	415.30
+31.97	32.04	739.99
+32.05	32.12	830.61
+32.21	32.44	440.00
+32.25	32.40	880.00
+32.33	32.56	466.16
+32.37	32.60	932.33
+32.53	32.76	440.00
+32.57	32.72	880.00
+32.61	32.68	1318.51
+32.69	32.88	932.33
+32.73	32.96	466.16
+32.85	33.08	493.88
+33.01	33.68	554.37
+33.05	33.20	1108.73
+33.37	33.56	1108.73
+33.57	33.76	523.25
+33.61	33.72	1046.50
+33.73	33.96	554.37
+33.73	33.92	1108.73
+33.89	34.12	587.33
+33.93	34.04	1174.66
+34.09	34.28	622.25
+34.09	34.24	1244.51
+34.25	34.48	739.99
+34.25	34.48	1479.98
+34.57	34.72	622.25
+34.61	34.68	1244.51
+34.73	35.04	493.88
+35.01	35.36	415.30
+35.05	35.16	830.61
+35.25	35.44	466.16
+35.29	35.40	932.33
+35.37	35.64	493.88
+35.57	35.76	523.25
+35.57	35.76	1046.50
+35.69	36.00	554.37
+35.73	35.88	1108.73
+35.93	36.16	698.46
+36.25	36.48	554.37
+36.25	36.36	1108.73
+36.37	36.72	466.16
+36.41	36.68	932.33
+36.69	37.00	369.99
+36.81	36.88	739.99
+36.89	37.12	415.30
+37.05	37.28	440.00
+37.05	37.28	880.00
+37.21	37.48	466.16
+37.25	37.44	932.33
+37.37	37.64	493.88
+37.61	37.80	622.25
+37.61	37.76	1244.51
+37.85	38.12	493.88
+38.01	38.44	415.30
+38.33	38.68	349.23
+38.37	38.52	1396.91
+38.41	38.56	1760.00
+38.53	38.80	415.30
+38.61	38.68	830.61
+38.69	39.00	554.37
+38.73	38.92	1108.73
+38.89	39.12	493.88
+39.05	40.32	466.16
+39.09	39.76	932.33
+39.61	39.68	233.08
+39.81	40.24	932.33
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testdata/TRIOS-mirex2012-matlab/take_five/snare.lab	Tue Apr 29 11:12:24 2014 +0100
@@ -0,0 +1,134 @@
+1.21	1.32	311.13
+1.25	1.32	369.99
+1.61	1.72	369.99
+2.21	2.36	311.13
+2.21	2.36	369.99
+2.89	2.96	311.13
+2.89	2.96	369.99
+3.37	3.44	369.99
+3.85	3.92	246.94
+3.85	3.96	311.13
+3.89	3.96	587.33
+4.57	4.64	369.99
+4.93	5.00	369.99
+5.49	5.64	246.94
+5.49	5.56	311.13
+5.53	5.64	369.99
+6.17	6.24	311.13
+6.17	6.24	369.99
+6.53	6.64	311.13
+6.65	6.76	369.99
+7.21	7.28	246.94
+7.25	7.32	369.99
+7.93	8.00	311.13
+8.21	8.28	311.13
+8.37	8.44	311.13
+8.89	9.04	311.13
+8.89	8.96	369.99
+9.53	9.60	311.13
+9.89	10.12	311.13
+10.01	10.08	246.94
+10.01	10.08	369.99
+10.57	10.68	246.94
+10.61	10.76	369.99
+11.21	11.28	246.94
+11.21	11.28	523.25
+11.65	11.72	246.94
+12.17	12.24	311.13
+13.21	13.28	246.94
+13.81	13.92	311.13
+13.81	13.96	369.99
+14.49	14.56	311.13
+14.81	14.88	311.13
+14.97	15.04	246.94
+14.97	15.04	311.13
+14.97	15.04	369.99
+15.53	15.60	311.13
+15.57	15.68	369.99
+15.61	15.68	246.94
+16.57	16.64	311.13
+16.65	16.72	246.94
+17.21	17.28	369.99
+17.89	17.96	311.13
+17.89	17.96	369.99
+18.21	18.28	246.94
+18.21	18.28	311.13
+18.21	18.28	369.99
+18.81	18.92	311.13
+18.85	18.96	246.94
+19.53	19.60	246.94
+19.53	19.60	311.13
+19.93	20.08	311.13
+20.01	20.08	369.99
+20.57	20.64	155.56
+20.57	20.64	246.94
+21.25	21.36	311.13
+21.25	21.32	369.99
+21.53	21.76	311.13
+22.21	22.36	311.13
+22.25	22.36	246.94
+23.21	23.28	311.13
+23.37	23.44	246.94
+23.37	23.44	369.99
+23.89	23.96	246.94
+24.93	25.00	246.94
+24.93	25.00	311.13
+24.93	25.00	369.99
+25.49	25.60	246.94
+25.49	25.56	369.99
+25.53	25.60	311.13
+26.13	26.24	311.13
+26.17	26.24	246.94
+26.17	26.24	369.99
+26.65	26.72	246.94
+26.65	26.72	311.13
+27.21	27.28	246.94
+27.21	27.28	369.99
+27.85	27.96	246.94
+27.89	27.96	622.25
+28.33	28.40	246.94
+28.37	28.44	311.13
+28.85	29.00	311.13
+28.89	29.00	246.94
+28.89	29.04	369.99
+30.01	30.12	246.94
+30.05	30.12	587.33
+30.57	30.64	311.13
+30.57	30.64	369.99
+31.57	31.64	246.94
+31.57	31.64	311.13
+31.61	31.68	369.99
+32.17	32.28	246.94
+32.17	32.24	311.13
+32.17	32.28	369.99
+32.89	32.96	311.13
+33.37	33.44	155.56
+33.37	33.44	369.99
+33.89	33.96	246.94
+33.89	34.00	369.99
+34.53	34.60	246.94
+34.53	34.64	311.13
+34.85	35.04	311.13
+34.85	34.96	369.99
+34.97	35.04	246.94
+35.01	35.08	523.25
+35.53	35.64	311.13
+35.53	35.60	369.99
+36.53	36.60	311.13
+36.65	36.72	246.94
+36.69	36.76	369.99
+37.17	37.24	246.94
+37.17	37.24	311.13
+37.89	37.96	369.99
+38.21	38.32	246.94
+38.81	38.88	311.13
+38.85	38.96	246.94
+38.85	38.96	369.99
+39.49	39.56	246.94
+39.49	39.56	369.99
+39.97	40.04	246.94
+39.97	40.04	311.13
+39.97	40.04	369.99
+40.53	40.60	233.08
+40.53	40.64	246.94
+40.57	40.64	369.99
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testdata/TRIOS-mirex2012-matlab/take_five/snare_syn.lab	Tue Apr 29 11:12:24 2014 +0100
@@ -0,0 +1,218 @@
+1.17	1.28	155.56
+1.17	1.32	164.81
+1.33	1.68	155.56
+1.41	1.48	82.41
+1.49	1.60	164.81
+1.61	1.68	87.31
+1.61	1.72	146.83
+1.65	1.80	164.81
+1.69	1.80	77.78
+2.13	2.36	155.56
+2.13	2.36	164.81
+2.17	2.32	174.61
+2.25	2.36	82.41
+2.77	2.88	155.56
+2.81	2.88	82.41
+2.89	3.00	77.78
+2.89	3.00	164.81
+3.13	3.48	155.56
+3.17	3.44	164.81
+3.29	3.40	82.41
+3.29	3.40	146.83
+3.77	4.00	155.56
+3.77	4.00	164.81
+4.49	4.60	155.56
+4.49	4.64	164.81
+4.85	5.04	155.56
+4.89	5.00	82.41
+4.89	5.00	164.81
+5.41	5.72	155.56
+5.49	5.68	146.83
+5.49	5.72	164.81
+6.09	6.20	82.41
+6.09	6.32	155.56
+6.13	6.24	164.81
+6.45	6.64	82.41
+6.45	6.76	155.56
+6.49	6.56	164.81
+6.65	6.76	77.78
+6.65	6.72	164.81
+7.13	7.36	155.56
+7.13	7.24	164.81
+7.25	7.36	82.41
+7.81	8.00	155.56
+7.89	7.96	82.41
+7.97	8.08	77.78
+7.97	8.08	164.81
+8.09	8.48	155.56
+8.13	8.40	82.41
+8.25	8.40	146.83
+8.33	8.44	164.81
+8.81	9.00	82.41
+8.81	9.08	146.83
+8.85	9.00	155.56
+8.85	9.04	174.61
+8.93	9.08	164.81
+9.45	9.68	155.56
+9.49	9.64	164.81
+9.81	10.12	155.56
+9.93	10.04	164.81
+9.93	10.04	174.61
+10.05	10.12	82.41
+10.49	10.80	155.56
+10.53	10.72	82.41
+10.61	10.80	164.81
+10.73	10.80	146.83
+11.17	11.36	155.56
+11.41	11.52	164.81
+11.45	11.84	155.56
+11.53	11.80	82.41
+11.57	11.72	146.83
+11.61	11.72	164.81
+12.13	12.24	155.56
+12.13	12.32	164.81
+12.81	13.04	155.56
+12.85	13.00	164.81
+13.13	13.36	155.56
+13.17	13.36	164.81
+13.73	13.96	82.41
+13.73	14.04	155.56
+13.81	13.96	164.81
+13.81	13.92	174.61
+14.41	14.52	164.81
+14.45	15.04	155.56
+14.53	14.60	82.41
+14.81	14.96	164.81
+14.89	15.08	82.41
+15.41	15.80	155.56
+15.45	15.72	82.41
+15.53	15.72	164.81
+15.53	15.60	174.61
+16.13	16.32	155.56
+16.17	16.32	164.81
+16.25	16.32	82.41
+16.49	16.80	155.56
+16.49	16.68	164.81
+16.65	16.76	82.41
+17.13	17.36	155.56
+17.77	17.88	155.56
+17.81	18.00	164.81
+17.89	18.00	77.78
+18.01	18.36	155.56
+18.13	18.24	164.81
+18.73	18.80	82.41
+18.77	19.00	146.83
+18.81	18.96	164.81
+18.81	18.96	174.61
+18.89	18.96	82.41
+19.45	19.88	155.56
+19.49	19.68	82.41
+19.77	19.84	82.41
+19.81	20.12	164.81
+19.93	20.04	155.56
+20.05	20.12	77.78
+20.49	20.68	155.56
+20.49	20.72	164.81
+21.13	21.76	155.56
+21.17	21.28	82.41
+21.29	21.36	164.81
+21.49	21.56	82.41
+21.53	21.60	77.78
+21.57	21.68	164.81
+21.65	21.80	82.41
+21.77	21.84	77.78
+22.09	22.44	155.56
+22.13	22.32	82.41
+22.17	22.32	174.61
+22.21	22.32	164.81
+22.81	22.96	164.81
+22.85	23.48	155.56
+23.17	23.48	164.81
+23.81	24.08	155.56
+23.85	23.96	164.81
+23.89	23.96	523.25
+23.93	24.00	82.41
+24.49	24.68	155.56
+24.61	24.68	77.78
+24.81	25.08	155.56
+24.89	24.96	164.81
+25.37	25.52	82.41
+25.37	25.72	155.56
+25.49	25.68	164.81
+26.09	26.28	155.56
+26.09	26.32	164.81
+26.41	26.80	155.56
+26.45	26.76	164.81
+27.13	27.32	164.81
+27.17	27.24	77.78
+27.25	27.36	155.56
+27.77	27.88	155.56
+27.81	27.88	164.81
+27.89	27.96	82.41
+27.93	28.52	155.56
+27.97	28.04	164.81
+28.17	28.24	164.81
+28.21	28.44	82.41
+28.33	28.44	164.81
+28.77	29.04	155.56
+28.81	28.96	164.81
+28.97	29.08	82.41
+29.49	29.68	155.56
+29.53	29.60	82.41
+29.57	29.68	164.81
+29.77	30.20	155.56
+29.85	30.08	82.41
+29.89	30.16	164.81
+30.45	30.68	155.56
+30.53	30.64	82.41
+30.53	30.64	164.81
+31.13	31.36	155.56
+31.21	31.32	82.41
+31.49	31.72	155.56
+31.49	31.64	164.81
+32.13	32.36	82.41
+32.13	32.28	155.56
+32.13	32.24	164.81
+32.25	32.36	146.83
+32.81	33.52	155.56
+32.81	33.00	164.81
+33.33	33.48	164.81
+33.81	34.04	155.56
+33.85	33.96	82.41
+34.45	35.12	155.56
+34.45	34.68	164.81
+34.77	34.84	82.41
+34.85	34.92	77.78
+34.85	34.92	87.31
+34.85	35.08	164.81
+34.89	35.00	146.83
+35.45	35.68	146.83
+35.45	35.56	164.81
+35.49	35.72	82.41
+35.49	35.64	174.61
+35.53	35.68	155.56
+36.09	36.40	155.56
+36.13	36.32	164.81
+36.45	36.84	155.56
+36.45	36.80	164.81
+36.53	36.64	82.41
+36.57	36.64	146.83
+36.61	36.68	174.61
+37.13	37.24	82.41
+37.13	37.32	155.56
+37.77	37.96	82.41
+37.77	38.00	155.56
+38.13	38.28	155.56
+38.13	38.36	164.81
+38.73	39.00	155.56
+38.77	38.88	164.81
+38.89	39.00	82.41
+39.41	39.56	82.41
+39.41	39.64	155.56
+39.77	40.08	155.56
+39.77	39.88	164.81
+39.89	40.08	82.41
+40.45	40.52	155.56
+40.49	40.68	164.81
+40.53	40.60	77.78
+40.61	40.68	155.56