A utility for humanizing drum MIDI.
Before:
Listen here: example_before.mp3
After:
Listen here: example_after.mp3
- Download the latest release from https://github.com/michaldivis/dark-humanizr/releases
- Extract the dowloaded zip file, the CLI tool is called humanizr.exe
If your MIDI file has a tempo track included:
humanizr -s "path/to/source.mid" -t "path/to/target.mid"
If your MIDI file does NOT have a tempo track included, you also need to provide the tempo manually:
humanizr -s "path/to/source.mid" -t "path/to/target.mid" -b 128
humanizr --help