1<?xml version="1.0"?>
2<Bank xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Version="1.0.0.0" Platform="Ctr" xmlns="NintendoWare.SoundFoundation.FileFormats.NintendoWare">
3  <Head>
4    <Title>TestBank</Title>
5  </Head>
6  <Body>
7    <Bank>
8      <Items>
9        <Instrument Name="INST_SQUARE">
10          <Parameters>
11            <Comment />
12            <ColorIndex>0</ColorIndex>
13            <IsEnabled>True</IsEnabled>
14            <ProgramNo>0</ProgramNo>
15            <Volume>127</Volume>
16            <PitchSemitones>0</PitchSemitones>
17            <PitchCents>0</PitchCents>
18            <Envelope>
19              <Parameters>
20                <Attack>127</Attack>
21                <Decay>70</Decay>
22                <Sustain>70</Sustain>
23                <Hold>0</Hold>
24                <Release>127</Release>
25              </Parameters>
26            </Envelope>
27            <InstrumentEnvelopeMode>Instrument</InstrumentEnvelopeMode>
28          </Parameters>
29          <Items>
30            <KeyRegion>
31              <Parameters>
32                <Comment />
33                <ColorIndex>0</ColorIndex>
34                <IsEnabled>True</IsEnabled>
35                <KeyMin>0</KeyMin>
36                <KeyMax>127</KeyMax>
37              </Parameters>
38              <Items>
39                <VelocityRegion>
40                  <Parameters>
41                    <Comment />
42                    <ColorIndex>0</ColorIndex>
43                    <IsEnabled>True</IsEnabled>
44                    <FilePath>../aif/square_long_a4.aiff</FilePath>
45                    <WaveEncoding>Adpcm</WaveEncoding>
46                    <OriginalKey>69</OriginalKey>
47                    <Envelope>
48                      <Parameters>
49                        <Attack>127</Attack>
50                        <Decay>127</Decay>
51                        <Sustain>127</Sustain>
52                        <Hold>0</Hold>
53                        <Release>127</Release>
54                      </Parameters>
55                    </Envelope>
56                    <VelocityMin>0</VelocityMin>
57                    <VelocityMax>127</VelocityMax>
58                    <Volume>127</Volume>
59                    <Pan>64</Pan>
60                    <PitchSemitones>0</PitchSemitones>
61                    <PitchCents>0</PitchCents>
62                    <KeyGroup>0</KeyGroup>
63                    <InstrumentNoteOffMode>Release</InstrumentNoteOffMode>
64                  </Parameters>
65                </VelocityRegion>
66              </Items>
67            </KeyRegion>
68          </Items>
69        </Instrument>
70        <Instrument Name="INST_WHITENOISE">
71          <Parameters>
72            <Comment />
73            <ColorIndex>0</ColorIndex>
74            <IsEnabled>True</IsEnabled>
75            <ProgramNo>1</ProgramNo>
76            <Volume>127</Volume>
77            <PitchSemitones>0</PitchSemitones>
78            <PitchCents>0</PitchCents>
79            <Envelope>
80              <Parameters>
81                <Attack>127</Attack>
82                <Decay>127</Decay>
83                <Sustain>127</Sustain>
84                <Hold>0</Hold>
85                <Release>127</Release>
86              </Parameters>
87            </Envelope>
88            <InstrumentEnvelopeMode>Instrument</InstrumentEnvelopeMode>
89          </Parameters>
90          <Items>
91            <KeyRegion>
92              <Parameters>
93                <Comment />
94                <ColorIndex>0</ColorIndex>
95                <IsEnabled>True</IsEnabled>
96                <KeyMin>0</KeyMin>
97                <KeyMax>127</KeyMax>
98              </Parameters>
99              <Items>
100                <VelocityRegion>
101                  <Parameters>
102                    <Comment />
103                    <ColorIndex>0</ColorIndex>
104                    <IsEnabled>True</IsEnabled>
105                    <FilePath>../aif/whitenoise.aiff</FilePath>
106                    <WaveEncoding>Adpcm</WaveEncoding>
107                    <OriginalKey>69</OriginalKey>
108                    <Envelope>
109                      <Parameters>
110                        <Attack>127</Attack>
111                        <Decay>127</Decay>
112                        <Sustain>127</Sustain>
113                        <Hold>0</Hold>
114                        <Release>127</Release>
115                      </Parameters>
116                    </Envelope>
117                    <VelocityMin>0</VelocityMin>
118                    <VelocityMax>127</VelocityMax>
119                    <Volume>127</Volume>
120                    <Pan>64</Pan>
121                    <PitchSemitones>0</PitchSemitones>
122                    <PitchCents>0</PitchCents>
123                    <KeyGroup>0</KeyGroup>
124                    <InstrumentNoteOffMode>Release</InstrumentNoteOffMode>
125                  </Parameters>
126                </VelocityRegion>
127              </Items>
128            </KeyRegion>
129          </Items>
130        </Instrument>
131      </Items>
132    </Bank>
133  </Body>
134</Bank>