Ratioscore is a program that converts a Humdrum-based textual score representing musical intervals as ratios into a Standard MIDI file, using pitch-bend messages to tune notes out of equal temperament, allowing playback of just intervals with any MIDI player.
To download from github, type in a unix/linux terminal:
git clone https://github.com/craigsapp/ratioscore
This should download the source code into the current directory.
To compile, enter the ratioscore directory and then type:
make
This will download and compile two external libraries, midifile
(for MIDI file parsing) and humlib (for Humdrum file
parsing). The ratioscore program will be compiled and placed in the bin
directory. To
install in /usr/local/bin
, allowing the ratioscore program to be run from any directory, type:
make install
The website https://ratioscore.humdrum.org serves as front-end for the ratioscore program and provides documentation as well as online-rendering of Ratioscores into MIDI and MP3 files.
Timidity and lame are used to create the MP3 files. See the server-side CGI script if you want to interface to your preferred MIDI rendering software, or to set up your own soundfonts with Timidity. The website uses jekyll and is hosted on Github Pages (source files).