Skip to content

Commit

Permalink
Format README for 80 columns
Browse files Browse the repository at this point in the history
  • Loading branch information
pmandin committed Jul 15, 2005
1 parent b6ddc5e commit 8526202
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions native_midi_gpl/README
Expand Up @@ -5,7 +5,8 @@ Therefore, it's not built by default.

Native Midi support for Linux should work on FreeBSD too ( I can not test it ).

Midi device can be selected with enviroment variable SDL_NATIVE_MUSIC, there can have one of flowing vlues:
Midi device can be selected with enviroment variable SDL_NATIVE_MUSIC, it can be
one of following values:
GUS - GravisUltrasound
AWE - SoundBlaster AWE32
FM - FreqentionModulation SoundBlaster Compatible
Expand All @@ -21,6 +22,9 @@ Autoselect priority:
4. FM
5. EXT

Also if you want use FM befor Timidity set variable SDL_NATIVE_MUSIC="FM" or edit source code native_midi_lnx.c( return value in function synth_setup, by autoselect FM should return 1).
For using FM: files drums.sb drums.o3 std.sb std.o3 should be moved to /etc/ dir ( or symlink created ).
Also if you want use FM befor Timidity set variable SDL_NATIVE_MUSIC="FM" or edit
source code native_midi_lnx.c( return value in function synth_setup, by autoselect
FM should return 1).
For using FM: files drums.sb drums.o3 std.sb std.o3 should be moved to /etc/ dir
( or symlink created ).

0 comments on commit 8526202

Please sign in to comment.