Skip to content

Convert a MIDI file into a piano-roll animation.

License

Notifications You must be signed in to change notification settings

pr0jectile/quick-midi-animation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quick-midi-animation

Convert a MIDI file into a piano-roll animation. An example can be found in my YouTube video.

Requirements

  • The MIDI file should not contain any changes of the global tempo parameter. Otherwise, the animation will be out of sync.
  • The MIDI file should not contain overlapping notes as this might lead to unsatisfying results.
  • You need Python MIDI to read the MIDI files.

Usage

  • The most important parameters are defined in options.cfg. The path to your MIDI must be provided here.
  • Run python main.py (loads options.cfg) or python main.py -c path_to_options_file.

About

Convert a MIDI file into a piano-roll animation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%