Notes:
This is the plain timidity executable for ARM (N8xx). It is based on Timidity 2.13 with some small modifications to run nicely on the N810 (I haven't tested in on N800). It should run on both OS2007 and OS2008. Copy it to your internal mmc card. Then open a shell window and do the following:
> cp /media/mmc2/timidity ~
> chmod 755 ./timidity
> ./timidity --soundfont /path/to/your/SF2-file midi.mid
e.G.
> ./timidity --soundfont /media/mmc2/GMGS.SF2 demo.mid
Modifications to original Timidity 2.13:
- Max. polyphony is 32
- Fast decay
- Uses global Freeverb (less cpu power)
- added support to load soundfont by commandline (no need for config file anymore)
Changes:
Initial version
|