craffel / pretty-midi

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

clip values outside 0-127 #164

Open kureta opened 5 years ago

kureta commented 5 years ago

mido has an optional clip argument to MidiFile class, which can be seen here. There should be a corresponding clip argument for PrettyMIDI.