comparison tests/examples/horizontal_example.xml @ 2960:5705787531a3

Fixed #257
author Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk>
date Wed, 22 Nov 2017 10:08:12 +0000
parents a75c78c40110
children 2b550d4c7fde
comparison
equal deleted inserted replaced
2959:325940450125 2960:5705787531a3
1 <?xml version="1.0" encoding="UTF-8" ?> 1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <waet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="test-schema.xsd"> 2 <waet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="test-schema.xsd">
3 <setup interface="horizontal" projectReturn="save.php"> 3 <setup interface="horizontal" projectReturn="save.php">
4 <metric> 4 <metric>
5 <metricenable>testTimer</metricenable> 5 <metricenable>testTimer</metricenable>
6 <metricenable>elementTimer</metricenable> 6 <metricenable>elementTimer</metricenable>
7 <metricenable>elementInitialPosition</metricenable> 7 <metricenable>elementInitialPosition</metricenable>
8 <metricenable>elementTracker</metricenable> 8 <metricenable>elementTracker</metricenable>
9 <metricenable>elementFlagListenedTo</metricenable> 9 <metricenable>elementFlagListenedTo</metricenable>
10 <metricenable>elementFlagMoved</metricenable> 10 <metricenable>elementFlagMoved</metricenable>
11 <metricenable>elementListenTracker</metricenable> 11 <metricenable>elementListenTracker</metricenable>
12 </metric> 12 </metric>
13 <interface> 13 <interface>
14 <interfaceoption type="check" name="fragmentMoved" /> 14 <interfaceoption type="check" name="fragmentMoved" />
15 <interfaceoption type="check" name="scalerange" min="25" max="75" /> 15 <interfaceoption type="check" name="scalerange" min="25" max="75" />
16 <interfaceoption type="show" name='playhead' /> 16 <interfaceoption type="show" name='playhead' />
17 <interfaceoption type="show" name="page-count" /> 17 <interfaceoption type="show" name="page-count" />
18 <interfaceoption type="show" name="volume" /> 18 <interfaceoption type="show" name="volume" />
19 <interfaceoption type="show" name="comments" /> 19 <interfaceoption type="show" name="comments" />
20 </interface> 20 </interface>
21 </setup> 21 </setup>
22 <page id='test-0' hostURL="media/example/" randomiseOrder='true' repeatCount='0' loop='true' loudness="-12"> 22 <page id='test-0' hostURL="media/example/" randomiseOrder='true' repeatCount='0' loop='true' loudness="-12">
23 <interface> 23 <interface>
24 <scales> 24 <scales>
25 <scalelabel position="0">-50</scalelabel> 25 <scalelabel position="0">-50</scalelabel>
26 <scalelabel position="50">0</scalelabel> 26 <scalelabel position="50">0</scalelabel>
27 <scalelabel position="100">50</scalelabel> 27 <scalelabel position="100">50</scalelabel>
28 </scales> 28 </scales>
29 </interface> 29 </interface>
30 <audioelement url="0.wav" id="track-1" /> 30 <audioelement url="0.wav" id="track-1" />
31 <audioelement url="1.wav" id="track-2" /> 31 <audioelement url="1.wav" id="track-2" />
32 </page> 32 </page>
33 </waet> 33 </waet>