| Readme: | # FluidSynth 2.5.0 - 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 (for example): FLAGS = -I/gg/usr/local/include LDFLAGS = -noixemul -L/gg/usr/local/lib -lfluiddynth
you can use libfluidsynth_SDL3.a to have SDL3 audio drier with it LDFLAGS = -noixemul -L/gg/usr/local/lib -lfluiddynth_SDL3 -lSDL3 -lpthread -lGL -lm
FLUIDSYNTH exe: ***************
fluidsynth executable build with only SF2 support soundfonts and audio SDL3 driver.
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: ********
26.10.2025 - update to fluidsynth 2.5.0 Now build with SDL3 audio driver 01.11.2024 - release with last fluidsynth 2.4.0
Have Fun BeWorld
|