Its good to know it works on oss, now I need to cross compile and see if I can't get it to work on the zaurus (which is oss based). http://www.brianredfern.org On 10 Apr 2003, Mikhail Ramendik wrote: > On Wed, 2003-04-09 at 21:09, Guy Clotilde wrote: > > > > I have tried to run fluidsynth-1.0.1 on my Linux system with an ES1371 > > > sound card (i want to attach a MIDI keyboard to the sound card's midi > > > input). But it said that there's no device /dev/midi . > > > > You got ot have alsa configured and running, then fire alsa-patch-bay > > to connect your devices. > > Thanks. I'll probably try to do this one day. > > For now the problem is solved - Markus Nentwig from the fluid-dev list > has helped me set it up on oss. Here's my shell script for fluidsynth: > > #!/bin/sh > nice -10 fluidsynth -m oss -o midi.oss.device="/dev/midi00" $1 $2 $3 $4 > > I added the nice just to make sure. The -o idea was from Markus. > > -- > Sincerely yours, Mikhail Ramendik > >