midicomp
midicomp copied to clipboard
A MIDI Compiler - convert SMF MIDI files to and from plain text
I want to preface this by saying I know nothing of the SMF/MIDI format (formats?). The end goal is to be able to play d_e1m1.mid from http://www.theparticle.com/midi/doommidi.html on a device...
hi there, Although there's explicit license information in the readme, I guess it would be nice to have a COPYING or LICENSE file in the repo, so we could be...
The `error()` function is defined nowhere in this codebase. When linking against glibc, the declaration will match the nonstandard [error(3)] function, but midicomp only ever passes a single `const char*`...
The build of this program fails even if the instructions in the README are followed. This is probably because the source code uses argument-less declarations for functions with arguments. In...