readme

来自「SDL_mixer 是一个基于 SDL 的混音器」· 代码 · 共 31 行

TXT
31
字号
Unfortunately, the code for the native MIDI support on Linux is derivedfrom source under the GNU General Public License, and not the GNU LGPL.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, it can beone of following values: GUS  - GravisUltrasoundAWE  - SoundBlaster AWE32FM   - FreqentionModulation SoundBlaster CompatibleOPL3 - Yamaha OPL/3EXT  - External MIDI portExternal MIDI port can be set with env. SDL_NATIVE_MUSIC_EXT (SDL_NATIVE_MUSIC_EXT="1").Autoselect priority:1. GUS2. AWE3. use Timidity4. FM5. EXTAlso if you want use FM befor Timidity set variable SDL_NATIVE_MUSIC="FM" or editsource code native_midi_lnx.c( return value in function synth_setup, by autoselectFM should return 1).For using FM: files drums.sb drums.o3 std.sb std.o3 should be moved to /etc/ dir( or symlink created ).

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?