annotate tests/examples/radio_example.xml @ 2890:29c081e03e6b

Use requestAnimationFrame for timeline
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Tue, 27 Jun 2017 21:45:10 +0100
parents a75c78c40110
children 5705787531a3 f5bfac0557bb
rev   line source
n@2407 1 <?xml version="1.0" encoding="UTF-8" ?>
nicholas@2538 2 <waet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="test-schema.xsd">
nicholas@2654 3 <setup interface="discrete" projectReturn="save.php" crossFade="3.0">
nicholas@2538 4 <metric>
nicholas@2538 5 <metricenable>testTimer</metricenable>
nicholas@2538 6 <metricenable>elementTimer</metricenable>
nicholas@2538 7 <metricenable>elementInitialPosition</metricenable>
nicholas@2538 8 <metricenable>elementTracker</metricenable>
nicholas@2538 9 <metricenable>elementFlagListenedTo</metricenable>
nicholas@2538 10 <metricenable>elementFlagMoved</metricenable>
nicholas@2538 11 <metricenable>elementListenTracker</metricenable>
nicholas@2538 12 </metric>
nicholas@2538 13 <interface>
nicholas@2538 14 <interfaceoption type="check" name="fragmentMoved" />
nicholas@2538 15 <interfaceoption type="check" name="scalerange" min="25" max="75" />
nicholas@2538 16 <interfaceoption type="show" name="volume" />
nicholas@2538 17 <interfaceoption type="show" name='playhead' />
nicholas@2538 18 <interfaceoption type="show" name="page-count" />
nicholas@2538 19 <interfaceoption type="show" name="comments" />
nicholas@2538 20 </interface>
nicholas@2538 21 </setup>
nicholas@2538 22 <page id='test-0' hostURL="media/example/" randomiseOrder='true' repeatCount='4' loop='true' loudness="-23">
nicholas@2538 23 <interface>
nicholas@2538 24 <scales>
nicholas@2538 25 <scalelabel position="0">(1) Very Annoying</scalelabel>
nicholas@2538 26 <scalelabel position="25">(2) Annoying</scalelabel>
nicholas@2538 27 <scalelabel position="50">(3) Slightly Annoying</scalelabel>
nicholas@2538 28 <scalelabel position="75">(4) Audible but not Annoying</scalelabel>
nicholas@2538 29 <scalelabel position="100">(5) Inaudible</scalelabel>
nicholas@2538 30 </scales>
nicholas@2538 31 </interface>
nicholas@2538 32 <audioelement url="0.wav" id="track-1" alwaysInclude="true" />
nicholas@2538 33 <audioelement url="1.wav" id="track-2" />
nicholas@2538 34 <audioelement url="3.wav" id="track-4" />
nicholas@2538 35 <audioelement url="3.wav" id="track-5" />
nicholas@2538 36 </page>
nicholas@2538 37 </waet>