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 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
|
<?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>this song misses external files</info>
<name>broken 2</name>
<genre>trash</genre>
<create-dts>2005-09-20T22:10:56Z</create-dts>
<change-dts>2005-09-20T22:10:56Z</change-dts>
<bpm>100</bpm>
<tpb>8</tpb>
<bars>16</bars>
</meta>
<setup>
<machines>
<machine type="sink" id="audio_sink">
<properties>
<property key="xpos" value="0.7"/>
<property key="ypos" value="0.5"/>
</properties>
</machine>
<machine type="source" id="missing1" plugin-name="missingsrc" voices="0">
<patterns>
<pattern name="melo" length="3">
<tick time="0">
<voicedata name="freq" voice="0" value="440,0"/>
<voicedata name="volume" voice="0" value="1,0"/>
</tick>
</pattern>
</patterns>
</machine>
</machines>
<wires>
<wire src="missing1" dst="audio_sink" gain="1.0"/>
</wires>
</setup>
<sequence length="16" tracks="1">
<labels>
<label time="0" name="start"/>
<!--label time="1" name="end"/-->
</labels>
<tracks>
<track index="0" machine="missing1">
<position time="0" pattern="melo"/>
</track>
</tracks>
</sequence>
<wavetable>
<!-- loading file from harddisk -->
<wave index="1" name="909base" uri="file:///data/samples/basedrums/909base.wav"/>
<!-- loading file from song archive -->
<wave index="2" name="dreampad" uri="file://!/wavetable/dreampad.wav"/>
</wavetable>
</buzztrax>
|