Mercurial > hg > sonic-annotator
view tests/test-jams-writer/test-jams-writer.sh @ 202:cdd825dbba35
Fix to writer tag (thanks LW)
author | Chris Cannam |
---|---|
date | Fri, 02 Oct 2015 08:41:55 +0100 |
parents | f35bbb3e4d41 |
children | 1f8fef5c6ea2 |
line wrap: on
line source
#!/bin/bash . ../include.sh tmpjson=$mypath/tmp_1_$$.json silentfile=$audiopath/20sec-silence.wav trap "rm -f $tmpjson" 0 transformdir=$mypath/transforms mandatory="-w jams" # This does not yet test for correct values, only for parseable json for output in instants curve-oss curve-fsr curve-fsr-timed curve-vsr grid-oss grid-fsr notes-regions; do $r -d "$testplug:$output" $mandatory --jams-one-file "$tmpjson" --jams-force "$silentfile" 2>/dev/null || \ fail "Failed to run for plugin $testplug with output $output" check_json "$tmpjson" "test plugin output $output" done