fluidsynth/bindings
Marcus Weseloh 66610abcb9 Refactor fluid_preset_t handling in defsfont and ramsfont
Removes the need for a pre-allocated stack of fluid_preset_t's. Upon
adding a loader specific preset, a fluid_preset_t is automatically
created. defsfont and ramsfont now keep track of the fluid_preset_t's,
not the loader specific ones.

Also changes the sfont::iteration_next signature to directly return
the next preset. This is possible as presets are now only created once
and returned as a pointer.
2018-04-08 22:59:55 +02:00
..
fluidmax Refactor fluid_preset_t handling in defsfont and ramsfont 2018-04-08 22:59:55 +02:00
fluidsynth_jni remove fop-level "fluidsynth" directory node 2017-09-03 13:30:26 +02:00
README remove fop-level "fluidsynth" directory node 2017-09-03 13:30:26 +02:00

README

This directory contains the projects that bind FluidSynth to a
language or host application. The following projects are currently
available:

fluidmax: Provides the fluidsynth~ external object for
  Max/MSP. Written by Norbert Schnell.

fluidsynth_jni: Provides a native interface for the Java
  language. Written by Peter Hanappe.