annotate tests/examples/horizontal_example.xml @ 3141:335bc77627e0 tip

fixing discrete interface to allow labels to display
author Dave Moffat <me@davemoffat.com>
date Mon, 26 Jul 2021 12:15:24 +0100
parents 2b550d4c7fde
children
rev   line source
nicholas@2960 1 <?xml version="1.0" encoding="ISO-8859-1"?>
nicholas@2960 2 <waet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="test-schema.xsd">
nicholas@2960 3 <setup interface="horizontal" projectReturn="save.php">
nicholas@2960 4 <metric>
nicholas@2960 5 <metricenable>testTimer</metricenable>
nicholas@2960 6 <metricenable>elementTimer</metricenable>
nicholas@2960 7 <metricenable>elementInitialPosition</metricenable>
nicholas@2960 8 <metricenable>elementTracker</metricenable>
nicholas@2960 9 <metricenable>elementFlagListenedTo</metricenable>
nicholas@2960 10 <metricenable>elementFlagMoved</metricenable>
nicholas@2960 11 <metricenable>elementListenTracker</metricenable>
nicholas@2960 12 </metric>
nicholas@2960 13 <interface>
nicholas@2960 14 <interfaceoption type="check" name="fragmentMoved" />
nicholas@2960 15 <interfaceoption type="check" name="scalerange" min="25" max="75" />
nicholas@2960 16 <interfaceoption type="show" name='playhead' />
nicholas@2960 17 <interfaceoption type="show" name="page-count" />
nicholas@2960 18 <interfaceoption type="show" name="volume" />
nicholas@2960 19 <interfaceoption type="show" name="comments" />
nicholas@3083 20 <interfaceoption type="show" name="ticks" />
nicholas@2960 21 </interface>
nicholas@2960 22 </setup>
nicholas@2960 23 <page id='test-0' hostURL="media/example/" randomiseOrder='true' repeatCount='0' loop='true' loudness="-12">
nicholas@2960 24 <interface>
nicholas@2960 25 <scales>
nicholas@2960 26 <scalelabel position="0">-50</scalelabel>
nicholas@2960 27 <scalelabel position="50">0</scalelabel>
nicholas@2960 28 <scalelabel position="100">50</scalelabel>
nicholas@2960 29 </scales>
nicholas@2960 30 </interface>
nicholas@2960 31 <audioelement url="0.wav" id="track-1" />
nicholas@2960 32 <audioelement url="1.wav" id="track-2" />
nicholas@2960 33 </page>
nicholas@2960 34 </waet>