| Age | Commit message (Collapse) | Author |
|
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.
|
|
* [Audio 9/9] Loose ends
* Fix sampleconv memset bug
* Doc updates from oot
|
|
* Name samples
Fix FileName
FIx
Revert "FIx"
This reverts commit 510dcd8c03242f49d88173357c36fd0cc8911945.
Fix
* Formatting fixes
* fix
* \n
* snake case
* format
* Bank 2
* Fix extract assets
* Update SampleBank_0.xml
* Fix copy errors
|
|
* [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
|