mirror of
https://github.com/zeldaret/oot
synced 2026-07-08 14:26:45 -04: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)
12 lines
403 B
XML
12 lines
403 B
XML
<!-- This file is only for extraction of vanilla data. For other purposes see assets/audio/soundfonts/ -->
|
|
<SoundFont Name="Soundfont_4" Index="4">
|
|
<Envelopes>
|
|
<Envelope Name="Env0"/>
|
|
<Envelope Name="Env1"/>
|
|
</Envelopes>
|
|
<Instruments>
|
|
<Instrument ProgramNumber="0" Name="INST_0"/>
|
|
<Instrument ProgramNumber="1" Name="INST_1"/>
|
|
</Instruments>
|
|
</SoundFont>
|