-
Notifications
You must be signed in to change notification settings - Fork 1
Music Banks
Matthew LaRocca edited this page Oct 11, 2021
·
2 revisions
Sound banks are collections of music files. These files are sourced from MIDI files. Note: currently this process only supports instruments in the N64 General Midi Collection
For Nintendo64, conversion is provided by the framework64 Audio Container. Additional information is provided in the README for that repo. For desktop build, the midi is synthesized to OGG during the build process.
When specifying music banks in the asset manifest the following properties are supported:
Property | Required | Description |
---|---|---|
dir | yes | path to a directory containing midi files that will be bundles into a music bank |
name | yes | name to use for this music bank in the asset header file. |
Sample Sound Bank Manifest entry:
{
"name": "musicbank1",
"dir": "music/bank1"
}