Skip to content

Releases: timwedde/py_midicsv

v4.1.2

Choose a tag to compare

@github-actions github-actions released this 18 Jul 20:30
e42076a
Bump version

v4.1.1

Choose a tag to compare

@github-actions github-actions released this 23 May 14:55
a6e4a98

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

v4.1.0

Choose a tag to compare

@github-actions github-actions released this 19 May 15:41
873b739

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

Choose a tag to compare

@github-actions github-actions released this 12 Feb 20:45
4287eb3
Remove unused CircleCI badge

v1.14.1

Choose a tag to compare

@timwedde timwedde released this 10 Mar 12:05
a654d22
Bump Version