Skip to content

Version 0.6.1

Latest
Compare
Choose a tag to compare
@edudobay edudobay released this 31 Dec 15:17
· 15 commits to master since this release
0.6.1

0.6.1 - 2020-12-31

Fixes some pending issues from the Python 3 migration, plus some other outstanding issues.

PyPI release

Changed

  • Eliminate redundancy between Note 'dynamics' and 'channel & velocity'. dynamics is now read-only. velocity and channel can be set directly in the constructor.
  • Safer MIDI event serialization with int bound checks
  • Reorganize test suites and doctests

Fixed

  • Documentation improvements (several commits)
  • (#58) Binary file open mode for MIDI and WAVE files
  • (#60) Wrong message sent in 'stop note container' event
  • (#64) MIDI input in Python 3, thanks to Sam Gould
  • (4d82cbd) Standard pitch not honored in Note.to_hertz()