Merge pull request #25 from Oman395/master

Linux binaries and instructions.
Thanks, Oman395!
master
Len Shustek 2 years ago committed by GitHub
commit b22fd0e78e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      README.txt
  2. BIN
      miditones_linux
  3. BIN
      miditones_scroll_linux

@ -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.

Binary file not shown.

Binary file not shown.
Loading…
Cancel
Save