> Use sbiload from the alsa-tools package to load FM instruments to
> the driver.
Oops, I forgot the arguments and sbiload didn't miss them. I ran:
./sbiload -p 65:0 /etc/playmidi/std.sb /etc/playmidi/drums.sb
And voila midi sound, finally. Tears come to my eyes. (-;
Thanks!
Jos
--
> Use sbiload from the alsa-tools package to load FM instruments to
> the driver.
I downloaded this package and ran:
bzcat alsa-tools-0.9.6.tar.bz2 |tar xf -
cd alsa-tools-0.9.6/seq/sbiload
./configure --with-kernel=2.6.0-test2
make
./sbiload -p 65:0
pmidi -p 65:0 somefile.mid
still no sound
On Wed, 30 Jul 2003, Jos van den Oever wrote:
> Hello,
>
> With 2.6.0-test1 I got linux to play midi files (without software sythesiser)
> for the first time on my laptop with ESS Technology ES1969 Solo-1 Audiodrive.
> However, it only works when I use playmidi and the OSS interface is enabled.