annotate test/layers-expected/text.svl @ 2534:0dec5e47dd8f

Avoid dialog that says you must open audio before importing an annotation, in the case where the file being opened is not a plausible annotation one in the first place (e.g. an unsupported audio format)
author Chris Cannam
date Mon, 11 May 2020 17:30:51 +0100
parents 03b12584af5b
children
rev   line source
Chris@2509 1 <?xml version="1.0" encoding="UTF-8"?>
Chris@2509 2 <!DOCTYPE sonic-visualiser>
Chris@2509 3 <sv>
Chris@2509 4 <data>
Chris@2509 5 <model id="13" name="" sampleRate="48000" start="61440" end="788481" type="sparse" dimensions="2" resolution="1" notifyOnAdd="true" dataset="12" subtype="text" />
Chris@2509 6 <dataset id="12" dimensions="2">
Chris@2509 7 <point frame="61440" height="0.664063" label="Here&apos;s where it all began" />
Chris@2509 8 <point frame="788480" height="0.34375" label="Here&apos;s where it all ended" />
Chris@2509 9 </dataset>
Chris@2509 10 </data>
Chris@2509 11 <display>
Chris@2509 12 <layer id="14" type="text" name="Text" model="13" colourName="Orange" colour="#ff9632" darkBackground="false" />
Chris@2509 13 </display>
Chris@2509 14 </sv>