1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
<?xml version="1.0" encoding="UTF-8"?>
<buzztrax
xmlns="http://www.buzztrax.org/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema-instance"
xsd:noNamespaceSchemaLocation="buzztrax.xsd">
<meta>
<info>empty song</info>
<name>empty</name>
<genre>silence</genre>
<create-dts>2012-03-27T07:55:56Z</create-dts>
<change-dts>2012-03-27T07:55:56Z</change-dts>
<bpm>100</bpm>
<tpb>4</tpb>
<bars>16</bars>
</meta>
<setup>
<machines>
<machine type="sink" id="audio_sink">
<properties>
<property key="xpos" value="0.0"/>
<property key="ypos" value="0.0"/>
</properties>
</machine>
</machines>
<wires/>
</setup>
<sequence length="16" tracks="1">
<labels/>
<tracks/>
</sequence>
</buzztrax>
|