Python MIDI Loop Generator

From vjmedia
Revision as of 01:52, 4 May 2016 by Wavanrensselaer (talk | contribs) (Wavanrensselaer moved page vjmedia:Python MIDI Loop Generator to Python MIDI Loop Generator over redirect)


For my project, I created a Python program that generates a small MIDI file that can be imported into and used in a DAW. The program takes arguments that affect the generated music. These are beats-per-minute, total beats, and key signature:

python main.py output.mid --key C --bpm 120 --beats 16