mirror of
https://github.com/zeldaret/mm.git
synced 2026-06-19 15:20:29 -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
10 lines
779 B
XML
10 lines
779 B
XML
<!-- This file is only for extraction of vanilla data. For other purposes see assets/audio/samplebanks/ -->
|
|
<SampleBank Name="SampleBank_2" Index="2">
|
|
<Sample Name="SAMPLE_2_0" FileName="Sample0" Offset="0x000000" SampleRate="16000" BaseNote="C4"/>
|
|
<Sample Name="SAMPLE_2_1" FileName="Sample1" Offset="0x002540" SampleRate="32000" BaseNote="C4"/>
|
|
<Sample Name="SAMPLE_2_2" FileName="Sample2" Offset="0x004800" SampleRate="22050" BaseNote="BF4"/>
|
|
<Sample Name="SAMPLE_2_3" FileName="Sample3" Offset="0x0072D0" SampleRate="16000" BaseNote="DF6"/>
|
|
<Sample Name="SAMPLE_2_4" FileName="Sample4" Offset="0x007B70" SampleRate="22050" BaseNote="B5"/>
|
|
<Sample Name="SAMPLE_2_5" FileName="Sample5" Offset="0x008630" SampleRate="22050" BaseNote="A3"/>
|
|
</SampleBank>
|