Unison MIDI Drum Blueprint Full Kits/Drum Maps MiDi

MiDi | 178,73 KB
This is a custom script written that mapped the individual instrument MIDI files into combined drumkits, loosely using the General MIDI Level 1 Percussion Key Map spec as guidelines.
It generates two files:
- A "multi-track" variant which is a multi-track MIDI file with each instrument mapped to a separate track (usually DAWs let you choose whether to import these as a single combined track, or multiple individual tracks)
- A "single-track" variant which is just the one track, no option to split them individually (but also usually no prompt when importing, which can be irritating, or if the DAW doesn't provide you the option to combine multi-tracks)
Samples/Unison MIDI Drum Blueprint/_Processed
❯ tree
.
├── Ambient & Downtempo
│ ├── Kit 01 - Twilight - 120
│ │ ├── Kit 01 - Twilight - 120_full_multitrack.mid
│ │ └── Kit 01 - Twilight - 120_full_singletrack.mid
│ ├── Kit 02 - Tiger - 90
│ │ ├── Kit 02 - Tiger - 90_full_multitrack.mid
│ │ └── Kit 02 - Tiger - 90_full_singletrack.mid
│ ├── Kit 03 - Era - 90
│ │ ├── Kit 03 - Era - 90_full_multitrack.mid
│ │ └── Kit 03 - Era - 90_full_singletrack.mid
The content is taken from this Audioz upload, and inspired by the user comment left here:
https://audioz.download/samples/midi-akai-soundfonts/187180-download_unison-midi-drum-blueprint-bonuses-midi-mp4.html#comment-id-843629
How it works is that it uses note 36 for the kick of each kit, and then just alphabetically assigns each file/instrument part incrementally after that.
I don't know very much about music, so if there's a better way of doing this, please modify the script (it's short) and re-upload it so that others can benefit.
-----------------------------------------------------------------------------------------------------------------------------