File: buzz7.xml

package info (click to toggle)
buzztrax 0.10.2-10
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 19,984 kB
  • sloc: ansic: 109,707; sh: 12,875; cpp: 10,882; xml: 6,081; makefile: 508; javascript: 338; asm: 116
file content (98 lines) | stat: -rw-r--r-- 3,207 bytes parent folder | download | duplicates (6)
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<?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>three buzz generators and one buzz effect</info>
    <name>buzz 7</name>
    <genre>dark-wave</genre>
    <create-dts>2005-09-20T22:10:56Z</create-dts>
    <change-dts>2005-09-20T22:10:56Z</change-dts>
    <bpm>120</bpm>
    <tpb>4</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.0"/>
        </properties>
      </machine>

      <machine type="processor" id="chorus" plugin-name="bml-Jeskola-Chorus" voices="0">
        <properties>
          <property key="xpos" value="0.0"/>
          <property key="ypos" value="0.0"/>
        </properties>
      </machine>

      <machine type="source" id="bd" plugin-name="bml-ErsKick" voices="1">
        <properties>
          <property key="xpos" value="-0.7"/>
          <property key="ypos" value="-0.5"/>
        </properties>
        <patterns>
          <pattern name="beats" length="16">
            <tick time= "0"><voicedata name="Trig" voice="0" value="1"/></tick>
            <tick time= "4"><voicedata name="Trig" voice="0" value="1"/></tick>
            <tick time= "8"><voicedata name="Trig" voice="0" value="1"/></tick>
            <tick time="12"><voicedata name="Trig" voice="0" value="1"/></tick>
          </pattern>
        </patterns>
      </machine>

      <machine type="source" id="snr" plugin-name="bml-ErsSnare" voices="1">
        <properties>
          <property key="xpos" value="-0.7"/>
          <property key="ypos" value="0.0"/>
        </properties>
        <patterns>
          <pattern name="beats" length="16">
            <tick time= "4"><voicedata name="Trig" voice="0" value="1"/></tick>
            <tick time="12"><voicedata name="Trig" voice="0" value="1"/></tick>
          </pattern>
        </patterns>
      </machine>

      <machine type="source" id="hh" plugin-name="bml-ErsHihat" voices="1">
        <properties>
          <property key="xpos" value="-0.7"/>
          <property key="ypos" value="0.5"/>
        </properties>
      </machine>
    </machines>
    
    <wires>
      <wire src="chorus" dst="audio_sink" gain="1.0" panorama="0.0"/>
      <wire src="bd" dst="chorus" gain="1.0" panorama="0.0"/>
      <wire src="snr" dst="chorus" gain="1.0" panorama="0.5"/>
      <wire src="hh" dst="chorus" gain="1.0" panorama="-0.5"/>
    </wires>    
  </setup>
  
  <sequence length="64" tracks="2">
    <labels>
      <label time="0" name="start"/>
      <label time="63" name="end"/>
    </labels>
    <tracks>
      <track index="0" machine="bd">
        <position time="0" pattern="beats"/>
        <position time="32" pattern="beats"/>
      </track>
      <track index="1" machine="snr">
        <position time="0" pattern="beats"/>
        <position time="16" pattern="beats"/>
        <position time="32" pattern="beats"/>
        <position time="48" pattern="beats"/>
      </track>
    </tracks>
  </sequence>
  
</buzztrax>