mirror of
https://github.com/zeldaret/mm.git
synced 2026-07-09 21:51:32 -04: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
30 lines
1.0 KiB
XML
30 lines
1.0 KiB
XML
<!-- This file is only for extraction of vanilla data. For other purposes see assets/audio/soundfonts/ -->
|
|
<SoundFont Name="Soundfont_9" Index="9">
|
|
<Envelopes>
|
|
<Envelope Name="Env0"/>
|
|
<Envelope Name="Env1"/>
|
|
<Envelope Name="Env2"/>
|
|
<Envelope Name="Env3"/>
|
|
<Envelope Name="Env4"/>
|
|
<Envelope Name="Env5"/>
|
|
<Envelope Name="Env6"/>
|
|
</Envelopes>
|
|
<Instruments>
|
|
<Instrument ProgramNumber="0" Name="INST_0"/>
|
|
<Instrument ProgramNumber="1" Name="INST_1"/>
|
|
<Instrument ProgramNumber="4" Name="INST_4"/>
|
|
<Instrument ProgramNumber="5" Name="INST_5"/>
|
|
<Instrument ProgramNumber="8" Name="INST_8"/>
|
|
<Instrument ProgramNumber="10" Name="INST_10"/>
|
|
<Instrument ProgramNumber="11" Name="INST_11"/>
|
|
<Instrument ProgramNumber="12" Name="INST_12"/>
|
|
</Instruments>
|
|
<Drums>
|
|
<Drum Name="DRUM_0"/>
|
|
<Drum Name="DRUM_1"/>
|
|
<Drum Name="DRUM_2"/>
|
|
<Drum Name="DRUM_3"/>
|
|
<Drum Name="DRUM_4"/>
|
|
</Drums>
|
|
</SoundFont>
|