Add a MIDI "decoder" using Timidity
commit0cffa5e2bf7d41301447e7e782582837e1370bd7
authorChris Robinson <chris.kcat@gmail.com>
Thu, 18 Feb 2010 10:23:09 +0000 (18 02:23 -0800)
committerChris Robinson <chris.kcat@gmail.com>
Thu, 18 Feb 2010 10:23:09 +0000 (18 02:23 -0800)
treef35986c53258b287d1821e9f45416a53e2a171fb
parent886d31bacac6f8b5173dc72bb952cfb18d81d490
Add a MIDI "decoder" using Timidity
This uses pipes and fork to execute an external Timidity process, which has
MIDI data written to it using a pipe and PCM data read from it using a pipe
CMakeLists.txt
config.h.in
include/main.h
src/stream.cpp