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_NOISE2"> 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/whitenoise.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 </Items> 71 </Bank> 72 </Body> 73</Bank> 74