0.6.1 - 2020-12-31
Fixes some pending issues from the Python 3 migration, plus some other outstanding issues.
Changed
- Eliminate redundancy between Note 'dynamics' and 'channel & velocity'.
dynamics
is now read-only.velocity
andchannel
can be set directly in the constructor. - Safer MIDI event serialization with
int
bound checks - Reorganize test suites and doctests