Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 851 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 851 Bytes

NFluidsynth (Space Wizards Edition)

Build & Test NuGet link

NFluidsynth is a C# binding for libfluidsynth.

It is a P/Invoke wrapper, therefore you need native libfluidsynth.so / libfluidsynth.dylib / (lib)fluidsynth.dll. NFluidsynth builds and packages don't come up with those native libraries, so you are supposed to prepare them by yourself (at least for now).

The target API is fluidsynth 2.0.x. The API mappings may not be complete (contributions are welcome).

Used mainly in RobustToolbox for MIDI input and playback support.