| Readme: | # FluidSynth 2.4.0 (Sans GLIB) - MorphOS port ###################
Software synthesizer based on th SoundFont 2 specifications.
Warning: fluidsynth can be CPU intensive, dependint on soundfont used!
SDK ***
SDK lib support only SF2 soundfont (to simplify compiling) Indeed, SF3 support need libsndfile who need OGG VORBIS OPUS FLAC....
Just copy content of SDK to GG:
To use it: FLAGS = -I/gg/usr/local/include LDFLAGS = -noixemul -L/gg/usr/local/lib -lfluiddynth
FLUIDSYNTH exe: ***************
fluidsynth executable build with all fluidsynth features: SF2 and SF3 soundfonts. audio use SDL2 audio, you need SDL2.library
usage example: --------------
fluidsynth xxx.mid
to load soundfont: load xxxx.sf2 to volume up gain 1.2 to play midi: player_start
type help to have all command
HISTORY: ********
01.11.2024 - release with last fluidsynth 2.4.0
Have Fun BeWorld
|