1<?xml version="1.0"?> 2<SoundSet 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>TestSoundSet</Title> 5 </Head> 6 <Body> 7 <SoundSet> 8 <Items> 9 <SoundSetItemFolder Name="@StreamSounds"> 10 <Parameters> 11 <Comment /> 12 <ColorIndex>0</ColorIndex> 13 <IsEnabled>True</IsEnabled> 14 </Parameters> 15 </SoundSetItemFolder> 16 <SoundSetItemFolder Name="@WaveSoundSets"> 17 <Parameters> 18 <Comment /> 19 <ColorIndex>0</ColorIndex> 20 <IsEnabled>True</IsEnabled> 21 </Parameters> 22 </SoundSetItemFolder> 23 <SoundSetItemFolder Name="@SequenceSounds"> 24 <Parameters> 25 <Comment /> 26 <ColorIndex>0</ColorIndex> 27 <IsEnabled>True</IsEnabled> 28 </Parameters> 29 <Items> 30 <SequenceSound Name="SEQ_YOSHI"> 31 <Parameters> 32 <Comment /> 33 <ColorIndex>0</ColorIndex> 34 <IsEnabled>True</IsEnabled> 35 <FilePath>seq/yoshi.cseq</FilePath> 36 <Volume>64</Volume> 37 <PlayerReference Target="PLAYER_DEFAULT" /> 38 <Sound3D> 39 <Parameters> 40 <DecayCurve3D>Log</DecayCurve3D> 41 <DecayRatio3D>0.5</DecayRatio3D> 42 <DopplerFactor3D>0</DopplerFactor3D> 43 <Enable3DVolume>True</Enable3DVolume> 44 <Enable3DPan>True</Enable3DPan> 45 <Enable3DSurroundPan>True</Enable3DSurroundPan> 46 <Enable3DPriority>True</Enable3DPriority> 47 <Enable3DFilter>False</Enable3DFilter> 48 </Parameters> 49 </Sound3D> 50 <SequenceSoundFileType>Text</SequenceSoundFileType> 51 <StartPosition>yoshi</StartPosition> 52 <SoundSetBankReferences> 53 <SoundSetBankReference Target="BANK_YOSHI" /> 54 </SoundSetBankReferences> 55 <ChannelPriority>64</ChannelPriority> 56 <ReleasePriorityFixed>False</ReleasePriorityFixed> 57 </Parameters> 58 </SequenceSound> 59 <SequenceSound Name="SEQ_WIHAHO"> 60 <Parameters> 61 <Comment /> 62 <ColorIndex>0</ColorIndex> 63 <IsEnabled>True</IsEnabled> 64 <FilePath>seq/yoshi.cseq</FilePath> 65 <Volume>64</Volume> 66 <PlayerReference Target="PLAYER_DEFAULT" /> 67 <Sound3D> 68 <Parameters> 69 <DecayCurve3D>Log</DecayCurve3D> 70 <DecayRatio3D>0.5</DecayRatio3D> 71 <DopplerFactor3D>0</DopplerFactor3D> 72 <Enable3DVolume>True</Enable3DVolume> 73 <Enable3DPan>True</Enable3DPan> 74 <Enable3DSurroundPan>True</Enable3DSurroundPan> 75 <Enable3DPriority>True</Enable3DPriority> 76 <Enable3DFilter>False</Enable3DFilter> 77 </Parameters> 78 </Sound3D> 79 <SequenceSoundFileType>Text</SequenceSoundFileType> 80 <StartPosition>wihaho</StartPosition> 81 <SoundSetBankReferences> 82 <SoundSetBankReference Target="BANK_YOSHI" /> 83 </SoundSetBankReferences> 84 <ChannelPriority>64</ChannelPriority> 85 <ReleasePriorityFixed>False</ReleasePriorityFixed> 86 </Parameters> 87 </SequenceSound> 88 </Items> 89 </SoundSetItemFolder> 90 <SoundSetItemFolder Name="@SequenceSoundSets"> 91 <Parameters> 92 <Comment /> 93 <ColorIndex>0</ColorIndex> 94 <IsEnabled>True</IsEnabled> 95 </Parameters> 96 </SoundSetItemFolder> 97 <SoundSetItemFolder Name="@SoundSetBanks"> 98 <Parameters> 99 <Comment /> 100 <ColorIndex>0</ColorIndex> 101 <IsEnabled>True</IsEnabled> 102 </Parameters> 103 <Items> 104 <SoundSetBank Name="BANK_YOSHI"> 105 <Parameters> 106 <Comment /> 107 <ColorIndex>0</ColorIndex> 108 <IsEnabled>True</IsEnabled> 109 <FilePath>bnk/yoshi.cbnk</FilePath> 110 <WaveArchiveReference Target="WARC_YOSHI" /> 111 </Parameters> 112 </SoundSetBank> 113 </Items> 114 </SoundSetItemFolder> 115 <SoundSetItemFolder Name="@WaveArchives"> 116 <Parameters> 117 <Comment /> 118 <ColorIndex>0</ColorIndex> 119 <IsEnabled>True</IsEnabled> 120 </Parameters> 121 <Items> 122 <WaveArchive Name="WARC_YOSHI"> 123 <Parameters> 124 <Comment /> 125 <ColorIndex>0</ColorIndex> 126 <IsEnabled>True</IsEnabled> 127 <WaveArchiveLoadType>Whole</WaveArchiveLoadType> 128 </Parameters> 129 </WaveArchive> 130 </Items> 131 </SoundSetItemFolder> 132 <SoundSetItemFolder Name="@Groups"> 133 <Parameters> 134 <Comment /> 135 <ColorIndex>0</ColorIndex> 136 <IsEnabled>True</IsEnabled> 137 </Parameters> 138 </SoundSetItemFolder> 139 <SoundSetItemFolder Name="@Players"> 140 <Parameters> 141 <Comment /> 142 <ColorIndex>0</ColorIndex> 143 <IsEnabled>True</IsEnabled> 144 </Parameters> 145 <Items> 146 <Player Name="PLAYER_DEFAULT"> 147 <Parameters> 148 <Comment /> 149 <ColorIndex>0</ColorIndex> 150 <IsEnabled>True</IsEnabled> 151 <PlayerSoundLimit>1</PlayerSoundLimit> 152 <PlayerHeapSize>8000</PlayerHeapSize> 153 </Parameters> 154 </Player> 155 </Items> 156 </SoundSetItemFolder> 157 </Items> 158 </SoundSet> 159 </Body> 160</SoundSet> 161