annotate runDataSet.sh @ 3:475bddaf580c tip

Add report and Presentation
author Dave Moffat <d.j.moffat@qmul.ac.uk>
date Wed, 25 Feb 2015 16:07:05 +0000
parents 26494c0d9ffd
children
rev   line source
d@0 1 #!/bin/bash
d@0 2 # Run sonic-anotator on Dataset
d@0 3
d@0 4 for i in {1..52}
d@0 5 do
d@0 6 sonic-annotator -d vamp:silvet:silvet:notes T$i/01.wav -w midi
d@0 7 done
d@0 8
d@0 9
d@0 10