craffel / pretty-midi

Utility functions for handling MIDI data in a nice/intuitive way.
MIT License
859 stars 151 forks source link

Print notes as PianoRoll #171

Closed AlterB closed 5 years ago

AlterB commented 5 years ago

hi, i need to print the notes inside a midi file like pianoroll. How can i do this?

Thanks

craffel commented 5 years ago

What do you mean by "print like pianoroll"? Piano rolls are usually displayed as images. See pretty_midi.PrettyMIDI.get_piano_roll or the Tutorial https://github.com/craffel/pretty-midi/blob/master/Tutorial.ipynb

AlterB commented 5 years ago

Thanks! I didn't see the tutorial!