mirror of
https://github.com/zeldaret/oot
synced 2026-05-31 01:15:53 -04:00
970af5600a
Due to the layout of the pitch_frequencies lookup table, note values computed in extraction were reflected around middle C (midi note number 60). This didn't matter for matching, values would successfully roundtrip. However when using samples in external programs or converting soundfonts to standard formats the note values would lead to incorrect playback of sounds. This change corrects the note values so that external programs correctly infer the pitch of the sound when played at a particular MIDI key.
10 lines
671 B
XML
10 lines
671 B
XML
<!-- This file is only for extraction of vanilla data. For other purposes see assets/audio/samplebanks/ -->
|
|
<SampleBank Name="SampleBank_5" Index="5">
|
|
<Sample Name="SAMPLE_5_0" FileName="Sample0" SampleRate="16000" BaseNote="C4"/>
|
|
<Sample Name="SAMPLE_5_1" FileName="Sample1" SampleRate="32000" BaseNote="C4"/>
|
|
<Sample Name="SAMPLE_5_2" FileName="Sample2" SampleRate="22050" BaseNote="D3"/>
|
|
<Sample Name="SAMPLE_5_3" FileName="Sample3" SampleRate="16000" BaseNote="B1"/>
|
|
<Sample Name="SAMPLE_5_4" FileName="Sample4" SampleRate="22050" BaseNote="DF2"/>
|
|
<Sample Name="SAMPLE_5_5" FileName="Sample5" SampleRate="22050" BaseNote="EF4"/>
|
|
</SampleBank>
|