Linux: SBLive & MIDI

Linux howto's, compile information, information on whatever we learned on working with linux, MACOs and - of course - Products of the big evil....
Post Reply
User avatar
^rooker
Site Admin
Posts: 1484
Joined: Fri Aug 29, 2003 8:39 pm

Linux: SBLive & MIDI

Post by ^rooker »

[PROBLEM]
Midi plays back, but there's no sound. :(


[SOLUTION]
You must load soundfonts into the SBLive. You can get them from the SBLive CD or for starters, you can use the default soundfont:
8mbgmsfx.sf2 (available on ALSA homepage)

On Ubuntu, do the following:
- Install "awesfx" package:

Code: Select all

apt-get install awesfx
- Load the soundfont:

Code: Select all

sfxload -b0 /path/to/soundfont/8mbgmsfx.sf2
Thanks to the SBLive MIDI HowTo by El-Biero
Jumping out of an airplane is not a basic instinct. Neither is breathing underwater. But put the two together and you're traveling through space!
Post Reply