mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-15 14:09:35 +00:00
29acf96db2
* [Audio 1/?] Extract Samplebanks and Soundfonts to XML * Remove config.py and use the version yamls for addresses, other suggested changes * Adjust setup-audio * Remove some commented out dead code (MM review)
17 lines
596 B
XML
17 lines
596 B
XML
<!-- This file is only for extraction of vanilla data. For other purposes see assets/audio/soundfonts/ -->
|
|
<SoundFont Name="Soundfont_7" Index="7">
|
|
<Envelopes>
|
|
<Envelope Name="Env0"/>
|
|
<Envelope Name="Env1"/>
|
|
</Envelopes>
|
|
<Instruments>
|
|
<Instrument ProgramNumber="0" Name="INST_0"/>
|
|
<Instrument ProgramNumber="2" Name="INST_2"/>
|
|
<Instrument ProgramNumber="3" Name="INST_3"/>
|
|
<Instrument ProgramNumber="4" Name="INST_4"/>
|
|
</Instruments>
|
|
<Drums>
|
|
<Drum Name="DRUM_0"/>
|
|
<Drum Name="DRUM_1"/>
|
|
</Drums>
|
|
</SoundFont>
|