Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marchersimon/tinymid
A lightweight command-line MIDI file viewer
https://github.com/marchersimon/tinymid
command-line midi
Last synced: about 1 month ago
JSON representation
A lightweight command-line MIDI file viewer
- Host: GitHub
- URL: https://github.com/marchersimon/tinymid
- Owner: marchersimon
- License: gpl-3.0
- Created: 2021-06-18T17:13:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-24T15:59:59.000Z (over 2 years ago)
- Last Synced: 2023-10-04T07:17:33.692Z (about 1 year ago)
- Topics: command-line, midi
- Language: C++
- Homepage:
- Size: 147 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This program takes a MIDI file and simplifies it by:
* merging all tracks into a single one,
* moving all events to Channel 0,
* removing all events, except `NOTE_ON`, `NOTE_OFF`, `SET_TEMPO` and `END_OF_TRACK`.In this form, the MIDI file is very easy to use with MIDI-Interrupters for tesla coils.
This is still work in progress.