|
|
|
@ -82,6 +82,10 @@ |
|
|
|
|
that can convert the bytestream generated by MIDITONES into a piano-player |
|
|
|
|
like listing for debugging or annotation. See the documentation near the |
|
|
|
|
top of its source code. |
|
|
|
|
|
|
|
|
|
Additional binaries have been compiled and tested on arch linux, with the files |
|
|
|
|
having an additional _linux appended to their name; please contact @Oman395 on |
|
|
|
|
github if your distrobution has issues running them. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
*** THE COMMAND LINE |
|
|
|
@ -89,6 +93,10 @@ |
|
|
|
|
To convert a MIDI file called "chopin.mid" into a command bytestream, execute |
|
|
|
|
|
|
|
|
|
miditones chopin |
|
|
|
|
|
|
|
|
|
Or on linux, execute |
|
|
|
|
|
|
|
|
|
./miditones_linux chopin |
|
|
|
|
|
|
|
|
|
It will create a file in the same directory called "chopin.c" which contains |
|
|
|
|
the C-language statement to intiialize an array called "score" with the bytestream. |
|
|
|
@ -97,6 +105,10 @@ |
|
|
|
|
The general form for command line execution is this: |
|
|
|
|
|
|
|
|
|
miditones <options> <basefilename> |
|
|
|
|
|
|
|
|
|
Or on linux: |
|
|
|
|
|
|
|
|
|
./miditones_linux <options> <basefilename> |
|
|
|
|
|
|
|
|
|
The <basefilename> is the base name, without an extension, for the input and |
|
|
|
|
output files. It can contain directory path information, or not. |
|
|
|
|