1. Home
  2. Browse
  3. fluidsynth

fluidsynth

v2.4.6#1Latest

FluidSynth reads and handles MIDI events from the MIDI input device. It is the software analogue of a MIDI synthesizer. FluidSynth can also play midifiles using a Soundfont.

Install

Run the following Vcpkg command to install the port.

vcpkg install fluidsynth

Usage

fluidsynth provides CMake targets:

find_package(FluidSynth CONFIG REQUIRED)

target_link_libraries(main PRIVATE FluidSynth::libfluidsynth)

add_custom_command(OUTPUT result COMMAND FluidSynth::q ARGS ...)

fluidsynth provides pkg-config modules:

# Software SoundFont synth

fluidsynth

Features

Dependencies

See source

Version

v2.4.6#1

Publication

Supports

!xbox

GitHub

FluidSynth/fluidsynth

Homepage

github.com/FluidSynth/fluidsynth

Subtree

5257286798

License

LGPL-2.1-or-later

Definition

Manifest