midicsv
Convert MIDI files to and from CSV
Midicsv reads a standard MIDI file and decodes it into a comma-separated value file (CSV), which preserves all the information in the MIDI file. The ASCII CSV file may be loaded into a spreadsheet or database application, or processed by a program to transform the MIDI data (for example, to key transpose a composition or extract a track from a multi-track sequence). A CSV file in the format created by midicsv may be converted back into a standard MIDI file with the csvmidi program.
- Versions: 1.1
- Website: https://www.fourmilab.ch/webtools/midicsv/
- Licenses: Public Domain
- Package source: gnu/packages/music.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of midicsv
as follows:
guix install midicsv
Or install a particular version:
guix install midicsv@1.1
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of midicsv about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/midicsv'><img src='https://packages.guix.gnu.org/packages/midicsv/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/midicsv)
Example Org:
[[https://packages.guix.gnu.org/packages/midicsv][https://packages.guix.gnu.org/packages/midicsv/badges/latest-version.svg]]