back to list

Timidity and Scala

🔗Manuel Op de Coul <manuel.op.de.coul@...>

12/5/2003 2:33:40 PM

Instead of playing retuned midi files with Timidity, it's now
also possible to write a tuning table from Scala.
So the midi files don't need to be changed, may be a bit
easier.
So in Scala do:

set synth 117
send/file tuning.tbl

Then use the -Z option with Timidity like this:

timidity -Ztuning.tbl myfile.mid

I'll make a webpage about it someday.

Manuel