1<?xml version="1.0"?> 2<SoundProject 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>TestSoundProject</Title> 5 </Head> 6 <Body> 7 <SoundProject> 8 <ProjectSoundSets> 9 <ProjectSoundSet Name="simple"> 10 <Parameters> 11 <FilePath>simple.csst</FilePath> 12 </Parameters> 13 </ProjectSoundSet> 14 </ProjectSoundSets> 15 <SoundArchivePlayer> 16 <Parameters> 17 <SoundArchivePlayerSequenceSoundCount>16</SoundArchivePlayerSequenceSoundCount> 18 <SoundArchivePlayerSequenceTrackCount>32</SoundArchivePlayerSequenceTrackCount> 19 <SoundArchivePlayerStreamChannelCount>8</SoundArchivePlayerStreamChannelCount> 20 <SoundArchivePlayerStreamSoundCount>3</SoundArchivePlayerStreamSoundCount> 21 <SoundArchivePlayerWaveSoundCount>16</SoundArchivePlayerWaveSoundCount> 22 </Parameters> 23 </SoundArchivePlayer> 24 <Convert> 25 <Parameters> 26 <DoWarnUnreferencedItems>False</DoWarnUnreferencedItems> 27 <ExcludeStringTable>False</ExcludeStringTable> 28 <ExternalFileDirectoryPath>stream</ExternalFileDirectoryPath> 29 <IntermediateOutputDirectoryPath>cache</IntermediateOutputDirectoryPath> 30 <IsPreConvertCommandsEnabled>False</IsPreConvertCommandsEnabled> 31 <IsPostConvertCommandsEnabled>False</IsPostConvertCommandsEnabled> 32 <KeepIntermediateTextSequence>False</KeepIntermediateTextSequence> 33 <OutputDirectoryPath>output</OutputDirectoryPath> 34 <SmfTimebase>96</SmfTimebase> 35 </Parameters> 36 <PreConvertCommands /> 37 <PostConvertCommands /> 38 </Convert> 39 <ItemNaming> 40 <Parameters> 41 <BankNamePrefix>BANK_</BankNamePrefix> 42 <CaseChange>ToUpper</CaseChange> 43 <GroupNamePrefix>GROUP_</GroupNamePrefix> 44 <HasPrefix>True</HasPrefix> 45 <InstrumentNamePrefix>INST_</InstrumentNamePrefix> 46 <InvalidCharChange>ReplaceToUnderscore</InvalidCharChange> 47 <PlayerNamePrefix>PLAYER_</PlayerNamePrefix> 48 <SequenceSoundNamePrefix>SEQ_</SequenceSoundNamePrefix> 49 <SequenceSoundSetNamePrefix>SEQSET_</SequenceSoundSetNamePrefix> 50 <StreamSoundNamePrefix>STRM_</StreamSoundNamePrefix> 51 <WaveArchiveNamePrefix>WARC_</WaveArchiveNamePrefix> 52 <WaveSoundNamePrefix>WSD_</WaveSoundNamePrefix> 53 <WaveSoundSetNamePrefix>WSDSET_</WaveSoundSetNamePrefix> 54 </Parameters> 55 </ItemNaming> 56 <SoundListOutputs> 57 <SoundListOutput Name="Sample Settings" Title="simple Project Sound List" FilePath="simple.html" OutputType="EachSoundSet"> 58 <ListOutputs> 59 <ListOutput Name="Sounds"> 60 <ListColumnOutputs> 61 <ListColumnOutput Name="ItemIndex" /> 62 <ListColumnOutput Name="ItemType" /> 63 <ListColumnOutput Name="Name" /> 64 <ListColumnOutput Name="PlayerReference" /> 65 <ListColumnOutput Name="PlayerPriority" /> 66 <ListColumnOutput Name="Comment" /> 67 <ListColumnOutput Name="ActorPlayer" IsOutput="false" /> 68 <ListColumnOutput Name="Volume" IsOutput="false" /> 69 </ListColumnOutputs> 70 </ListOutput> 71 <ListOutput Name="Groups"> 72 <ListColumnOutputs> 73 <ListColumnOutput Name="ItemIndex" /> 74 <ListColumnOutput Name="Name" /> 75 <ListColumnOutput Name="Comment" /> 76 </ListColumnOutputs> 77 </ListOutput> 78 <ListOutput Name="Players"> 79 <ListColumnOutputs> 80 <ListColumnOutput Name="ItemIndex" /> 81 <ListColumnOutput Name="Name" /> 82 <ListColumnOutput Name="PlayerSoundLimit" /> 83 <ListColumnOutput Name="Comment" /> 84 </ListColumnOutputs> 85 </ListOutput> 86 <ListOutput Name="SoundSetBanks" IsOutput="false"> 87 <ListColumnOutputs> 88 <ListColumnOutput Name="ItemIndex" /> 89 <ListColumnOutput Name="Name" /> 90 <ListColumnOutput Name="Comment" /> 91 </ListColumnOutputs> 92 </ListOutput> 93 </ListOutputs> 94 </SoundListOutput> 95 </SoundListOutputs> 96 </SoundProject> 97 </Body> 98</SoundProject>