mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-19 13:35:18 +00:00
[Audio 9/?] Multiversion samplebank and soundfont extraction xmls, 1.0 and 1.1 audio extraction (#2291)
* [Audio 9/?] Multiversion samplebank and soundfont extraction xmls, 1.0 and 1.1 audio extraction * Rework multiversion samplebanks to reduce duplicates
This commit is contained in:
parent
d886ebe711
commit
2d454933f3
12 changed files with 741 additions and 585 deletions
|
@ -5,16 +5,19 @@
|
|||
<Envelope Name="Env1"/>
|
||||
<Envelope Name="Env2"/>
|
||||
<Envelope Name="Env3"/>
|
||||
<Envelope Name="Env4"/>
|
||||
<Envelope Name="Env4" VersionExclude="ntsc-1.0,ntsc-1.1"/>
|
||||
</Envelopes>
|
||||
<Instruments>
|
||||
<Instrument ProgramNumber="0" Name="INST_0" VersionInclude="ntsc-1.0,ntsc-1.1"/>
|
||||
<Instrument ProgramNumber="1" Name="INST_1" VersionInclude="ntsc-1.0,ntsc-1.1"/>
|
||||
<Instrument ProgramNumber="2" Name="INST_2" VersionInclude="ntsc-1.0,ntsc-1.1"/>
|
||||
<Instrument ProgramNumber="3" Name="INST_3"/>
|
||||
<Instrument ProgramNumber="5" Name="INST_5"/>
|
||||
<Instrument ProgramNumber="6" Name="INST_6"/>
|
||||
<Instrument ProgramNumber="10" Name="INST_10"/>
|
||||
<Instrument ProgramNumber="11" Name="INST_11"/>
|
||||
<Instrument ProgramNumber="12" Name="INST_12"/>
|
||||
<Instrument ProgramNumber="13" Name="INST_13"/>
|
||||
<Instrument ProgramNumber="10" Name="INST_10" VersionExclude="ntsc-1.0,ntsc-1.1"/>
|
||||
<Instrument ProgramNumber="11" Name="INST_11" VersionExclude="ntsc-1.0,ntsc-1.1"/>
|
||||
<Instrument ProgramNumber="12" Name="INST_12" VersionExclude="ntsc-1.0,ntsc-1.1"/>
|
||||
<Instrument ProgramNumber="13" Name="INST_13" VersionExclude="ntsc-1.0,ntsc-1.1"/>
|
||||
</Instruments>
|
||||
<Drums>
|
||||
<Drum Name="DRUM_0"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue