mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-28 06:52:57 +00:00
66610abcb9
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. |
||
---|---|---|
.. | ||
fluidmax | ||
fluidsynth_jni | ||
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.