A scribbletune-like library for python3
note format: note (lowercase, no flats) + octave (0-10) you can also use nested lists to play multiple notes at once
x = note on, - = note off, _ = sustain note
x = high accent, - = low accent
randomly shuffle the notes array before assembling the midi file
any note on the scale (excluding flats)
type of scale (major/minor)
the octave that the scale will start in
1 or more Clips added together
the filename to save the midi data to
the filename to load and play the midi file from