Mercurial > hg > silvet
changeset 238:9c949102b783 norm
Sort inputs, don't bother calculating generic-preset results (we've done that test)
| author | Chris Cannam |
|---|---|
| date | Mon, 21 Jul 2014 18:00:45 +0100 |
| parents | 5ec1da7ffd58 |
| children | 11d7ff78fd25 |
| files | testdata/evaluation/run-piano.sh |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/testdata/evaluation/run-piano.sh Fri Jul 18 11:43:41 2014 +0100 +++ b/testdata/evaluation/run-piano.sh Mon Jul 21 18:00:45 2014 +0100 @@ -44,7 +44,7 @@ trap 'rm -f "$outfile" "$tmpwav" "$instfile" "$transfile" "$outfile.lab"' 0 -infiles=$(find "$piano_path" -name \*.wav) +infiles=$(find "$piano_path" -name \*.wav | sort) echo echo "Input files are:" @@ -65,7 +65,7 @@ duration=30 - for instrument in $intended_instrument 0; do + for instrument in $intended_instrument ; do for norm in no yes; do
