]> git.cworth.org Git - mnemon/commit
Add a new midi challenge type
authorCarl Worth <cworth@cworth.org>
Thu, 2 Apr 2009 15:13:05 +0000 (08:13 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 2 Apr 2009 15:13:05 +0000 (08:13 -0700)
commit4fc1ac21aaa449a2a5c89259079715c2e8319877
tree659fda8d5d1fdc93f936415bd8646952d5d72dc2
parent31b5189a8145b2b514d69165997e2e443f52dd52
Add a new midi challenge type

Doing this instead of the audio type means we can save file size,
(these midi files are much smaller than resulting .wav files), and
also skip once processing step in preparing the files.

Using the -Os option to timidity means that if we have two overlapping
invocations of timidity the second one won't fail due to contention
for /dev/dsp.
mnemon.c