mirror of
https://github.com/zeldaret/mm.git
synced 2024-11-27 06:40:36 +00:00
6c4896d947
* [Audio 1/?] Extract Samplebanks and Soundfonts to XML * Remove config.py in view of using config yamls for addresses in the future, implement suggested changes from OoT review * Remove some commented out dead code, adjust setup-audio in makefile * Move audio extraction from setup to assets in makefile
16 lines
577 B
XML
16 lines
577 B
XML
<!-- This file is only for extraction of vanilla data. For other purposes see assets/audio/soundfonts/ -->
|
|
<SoundFont Name="Soundfont_26" Index="26">
|
|
<Envelopes>
|
|
<Envelope Name="Env0"/>
|
|
<Envelope Name="Env1"/>
|
|
<Envelope Name="Env2"/>
|
|
<Envelope Name="Env3"/>
|
|
</Envelopes>
|
|
<Instruments>
|
|
<Instrument ProgramNumber="0" Name="INST_0"/>
|
|
<Instrument ProgramNumber="1" Name="INST_1"/>
|
|
<Instrument ProgramNumber="2" Name="INST_2"/>
|
|
<Instrument ProgramNumber="3" Name="INST_3"/>
|
|
</Instruments>
|
|
</SoundFont>
|