fluidsynth/src/sfloader
Marcus Weseloh df3bab0b40 Only import instruments once from Soundfont
This changes the way instruments and their related information is imported
from a Soundfont. Previously, each preset zone got a complete copy of the
instrument and related information, wasting a lot of precious memory.

After this change, an instrument and related information is only
imported once and then linked into all preset zones that use this
instrument.
2018-04-22 19:09:23 +02:00
..
fluid_defsfont.c Only import instruments once from Soundfont 2018-04-22 19:09:23 +02:00
fluid_defsfont.h Only import instruments once from Soundfont 2018-04-22 19:09:23 +02:00
fluid_ramsfont.c avoid NULL deref in fluid_rampreset_preset_delete() 2018-04-21 16:55:08 +02:00
fluid_ramsfont.h Refactor fluid_preset_t handling in defsfont and ramsfont 2018-04-08 22:59:55 +02:00
fluid_samplecache.c Enable decompressed Ogg Vorbis samples to be stored in sample cache 2018-04-18 09:14:55 +02:00
fluid_samplecache.h Enable decompressed Ogg Vorbis samples to be stored in sample cache 2018-04-18 09:14:55 +02:00
fluid_sffile.c Only import instruments once from Soundfont 2018-04-22 19:09:23 +02:00
fluid_sffile.h Only import instruments once from Soundfont 2018-04-22 19:09:23 +02:00
fluid_sfont.c Merge branch 'master' into dynamic-sample-loading 2018-04-21 23:34:20 +02:00
fluid_sfont.h Implement dynamic sample loading 2018-04-18 09:14:55 +02:00