⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 SDL_mixer 是一个基于 SDL 的混音器
💻
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -