Skip to content

michaldivis/dark-humanizr

Repository files navigation

Dark HumanizR

A utility for humanizing drum MIDI.

Before:

image

Listen here: example_before.mp3

After:

image

Listen here: example_after.mp3

Getting Started

  1. Download the latest release from https://github.com/michaldivis/dark-humanizr/releases
  2. Extract the dowloaded zip file, the CLI tool is called humanizr.exe

Humanize a MIDI file

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

Help

humanizr --help

image