From: Carl Worth Date: Thu, 2 Apr 2009 15:13:05 +0000 (-0700) Subject: Add a new midi challenge type X-Git-Url: https://git.cworth.org/git?p=mnemon;a=commitdiff_plain;h=4fc1ac21aaa449a2a5c89259079715c2e8319877;hp=4fc1ac21aaa449a2a5c89259079715c2e8319877 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. ---