Skip to content

Releases: timwedde/py_midicsv

v4.1.2

18 Jul 20:30
e42076a
Compare
Choose a tag to compare
Bump version

v4.1.1

23 May 14:55
a6e4a98
Compare
Choose a tag to compare

This minor release fixes an issue with parsing MIDI Port events, reported in #18

v4.1.0

19 May 15:41
873b739
Compare
Choose a tag to compare

This release makes the CSV -> MIDI conversion more resilient against trailing commas: If your editor (i.e. Excel) exports CSV files with trailing commas, pymidicsv will now be able to still parse and convert them.
Please note that there is one exception to this rule: SysEx events (due to being able to carry binary data of arbitrary length) can not take a guess as to whether a trailing comma is intended or not. As such, if you process MIDI files that contain such events, you will still have to take care of trailing commas yourself, as the library can't possibly guess the intent behind the value.

v4.0.0

12 Feb 20:45
4287eb3
Compare
Choose a tag to compare
Remove unused CircleCI badge

v1.14.1

10 Mar 12:05
a654d22
Compare
Choose a tag to compare
Bump Version