| Readme: | ################################### # FluidSynth 2.5.3 - MorphOS port # ###################################
Software synthesizer based on the SoundFont 2 specifications.
Warning: fluidsynth can be CPU intensive, dependint on soundfont used!
SDK: ****
SDK lib support only SF2 soundfont (to simplify compiling)
Just copy content of SDK into GG:
To use it (for example): FLAGS = -I/gg/usr/local/include LDFLAGS = -noixemul -L/gg/usr/local/lib -lfluidynth_light
you can use libfluidsynth.a included SDL3 audio driver LDFLAGS = -noixemul -L/gg/usr/local/lib -lfluidsynth -lSDL3 -lpthread -lGL -lm
FLUIDSYNTH executable: **********************
fluidsynth executable build with only SF2 support soundfonts and audio SDL3 driver.
usage example: --------------
fluidsynth -l xxx.mid
HISTORY: ********
23.02.2026 - update to fluidsynth 2.53 fix fluidsynth.conf (file per defaut) (edit this file if you want to change SF2 file, per defaut i use SDL3 installation) build with last SDL 3.4.2 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
|