Home
last modified time | relevance | path

Searched refs:SFInst (Results 1 – 25 of 31) sorted by relevance

12

/dports/audio/fluidsynth/fluidsynth-2.2.4/src/sfloader/
H A Dfluid_sffile.h44 typedef struct _SFInst SFInst; typedef
191 void delete_inst(SFInst *inst);
H A Dfluid_sffile.c453 SFInst *inst; in fluid_sffile_close()
488 inst = (SFInst *)fluid_list_get(entry); in fluid_sffile_close()
1491 SFInst *inst, *prev_inst = NULL; /* ptr to current & previous instrument */ in load_ihdr()
1513 if((inst = FLUID_NEW(SFInst)) == NULL) in load_ihdr()
1589 zone_list = ((SFInst *)(inst_list->data))->zone; in load_ibag()
1720 zone_list = ((SFInst *)(inst_list->data))->zone; in load_imod()
1788 SFInst *inst; in load_igen()
2062 void delete_inst(SFInst *inst) in delete_inst()
/dports/audio/ardour6/Ardour-6.8.0/libs/fluidsynth/src/
H A Dfluid_sffile.h44 typedef struct _SFInst SFInst; typedef
191 void delete_inst(SFInst *inst);
H A Dfluid_sffile.c455 SFInst *inst; in fluid_sffile_close()
490 inst = (SFInst *)fluid_list_get(entry); in fluid_sffile_close()
1493 SFInst *inst, *prev_inst = NULL; /* ptr to current & previous instrument */ in load_ihdr()
1515 if((inst = FLUID_NEW(SFInst)) == NULL) in load_ihdr()
1591 zone_list = ((SFInst *)(inst_list->data))->zone; in load_ibag()
1722 zone_list = ((SFInst *)(inst_list->data))->zone; in load_imod()
1790 SFInst *inst; in load_igen()
2064 void delete_inst(SFInst *inst) in delete_inst()
/dports/audio/avldrums-lv2/avldrums.lv2-0.4.2/fluidsynth/src/
H A Dfluid_sffile.c325 static void delete_inst(SFInst *inst);
524 SFInst *inst; in fluid_sffile_close()
558 inst = (SFInst *)fluid_list_get(entry); in fluid_sffile_close()
1600 if((p = FLUID_NEW(SFInst)) == NULL) in load_ihdr()
1675 p2 = ((SFInst *)(p->data))->zone; in load_ibag()
1805 p2 = ((SFInst *)(p->data))->zone; in load_imod()
1881 p2 = ((SFInst *)(p->data))->zone; in load_igen()
2029 ((SFInst *)(p->data))->name); in load_igen()
2057 ((SFInst *)(p->data))->name); in load_igen()
2189 p2 = ((SFInst *)(p->data))->zone; in fixup_igen()
[all …]
H A Dfluid_sffile.h44 typedef struct _SFInst SFInst; typedef
H A Dfluid_defsfont.h199 fluid_inst_t *fluid_inst_import_sfont(SFInst *sfinst, fluid_defsfont_t *defsfont);
/dports/audio/gmsynth-lv2/gmsynth.lv2-0.5.0/fluidsynth/src/
H A Dfluid_sffile.c325 static void delete_inst(SFInst *inst);
524 SFInst *inst; in fluid_sffile_close()
558 inst = (SFInst *)fluid_list_get(entry); in fluid_sffile_close()
1600 if((p = FLUID_NEW(SFInst)) == NULL) in load_ihdr()
1675 p2 = ((SFInst *)(p->data))->zone; in load_ibag()
1805 p2 = ((SFInst *)(p->data))->zone; in load_imod()
1881 p2 = ((SFInst *)(p->data))->zone; in load_igen()
2029 ((SFInst *)(p->data))->name); in load_igen()
2057 ((SFInst *)(p->data))->name); in load_igen()
2189 p2 = ((SFInst *)(p->data))->zone; in fixup_igen()
[all …]
H A Dfluid_sffile.h44 typedef struct _SFInst SFInst; typedef
H A Dfluid_defsfont.h199 fluid_inst_t *fluid_inst_import_sfont(SFInst *sfinst, fluid_defsfont_t *defsfont);
/dports/audio/fluidsynth-dssi/fluidsynth-dssi-1.0.0/src/
H A Dload_soundfont_metadata.c326 SFInst; typedef
1356 p = FLUID_NEW (SFInst); in load_ihdr()
1405 p2 = ((SFInst *) (p->data))->zone; in load_ibag()
1483 p2 = ((SFInst *) (p->data))->zone; in load_imod()
1537 p2 = ((SFInst *) (p->data))->zone; in load_igen()
1649 ((SFInst *) (p->data))->name); in load_igen()
1669 ((SFInst *) (p->data))->name); in load_igen()
1772 p2 = ((SFInst *) (p->data))->zone; in fixup_igen()
1782 ((SFInst *) (p->data))->name)); in fixup_igen()
1906 p2 = ((SFInst *) (p->data))->zone; in fsd_sfont_free_data()
[all …]
/dports/games/zdoom/zdoom-2.8.1/src/timidity/
H A Dsf2.h29 struct SFInst struct
299 SFInst *Instruments;
H A Dinstrum_sf2.cpp603 SFInst *inst; in ParseInst()
615 sf2->Instruments = inst = new SFInst[sf2->NumInstruments]; in ParseInst()
1116 SFInst *inst = &Instruments[pzone->Target]; in TranslatePercussionPresetZone()
1309 SFInst *inst; in LoadPreset()
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/timidity/timidity/
H A Dsf2.h37 struct SFInst
307 SFInst *Instruments;
/dports/games/libretro-prboom/libretro-prboom-cc80175/deps/fluidlite/src/
H A Dfluid_defsfont.c2626 SFInst *p, *pr = NULL; /* ptr to current & previous instrument */ in load_ihdr()
2642 p = FLUID_NEW (SFInst); in load_ihdr()
2691 p2 = ((SFInst *) (p->data))->zone; in load_ibag()
2769 p2 = ((SFInst *) (p->data))->zone; in load_imod()
2823 p2 = ((SFInst *) (p->data))->zone; in load_igen()
2935 ((SFInst *) (p->data))->name); in load_igen()
2955 ((SFInst *) (p->data))->name); in load_igen()
3058 p2 = ((SFInst *) (p->data))->zone; in fixup_igen()
3068 ((SFInst *) (p->data))->name)); in fixup_igen()
3198 p2 = ((SFInst *) (p->data))->zone; in sfont_close()
[all …]
H A Dfluid_defsfont.h124 SFInst; typedef
569 int fluid_inst_import_sfont(fluid_inst_t* inst, SFInst *sfinst, fluid_defsfont_t* sfont);
/dports/games/libretro-prboom/libretro-prboom-cc80175/deps/fluidsynth/src/sfloader/
H A Dfluid_defsfont.c2706 SFInst *p, *pr = NULL; /* ptr to current & previous instrument */ in load_ihdr()
2722 p = FLUID_NEW (SFInst); in load_ihdr()
2771 p2 = ((SFInst *) (p->data))->zone; in load_ibag()
2849 p2 = ((SFInst *) (p->data))->zone; in load_imod()
2903 p2 = ((SFInst *) (p->data))->zone; in load_igen()
3015 ((SFInst *) (p->data))->name); in load_igen()
3035 ((SFInst *) (p->data))->name); in load_igen()
3138 p2 = ((SFInst *) (p->data))->zone; in fixup_igen()
3148 ((SFInst *) (p->data))->name)); in fixup_igen()
3275 p2 = ((SFInst *) (p->data))->zone; in sfont_close()
[all …]
H A Dfluid_defsfont.h125 SFInst; typedef
493 int fluid_inst_import_sfont(fluid_inst_t* inst, SFInst *sfinst, fluid_defsfont_t* sfont);
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/fluidsynth/src/
H A Dfluid_defsfont.c2625 SFInst *p, *pr = NULL; /* ptr to current & previous instrument */ in load_ihdr()
2641 p = FLUID_NEW (SFInst); in load_ihdr()
2690 p2 = ((SFInst *) (p->data))->zone; in load_ibag()
2768 p2 = ((SFInst *) (p->data))->zone; in load_imod()
2822 p2 = ((SFInst *) (p->data))->zone; in load_igen()
2934 ((SFInst *) (p->data))->name); in load_igen()
2954 ((SFInst *) (p->data))->name); in load_igen()
3057 p2 = ((SFInst *) (p->data))->zone; in fixup_igen()
3067 ((SFInst *) (p->data))->name)); in fixup_igen()
3197 p2 = ((SFInst *) (p->data))->zone; in sfont_close()
[all …]
H A Dfluid_defsfont.h124 SFInst; typedef
569 int fluid_inst_import_sfont(fluid_inst_t* inst, SFInst *sfinst, fluid_defsfont_t* sfont);
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/fluidsynth/src/sfloader/
H A Dfluid_defsfont.c2483 SFInst *p, *pr = NULL; /* ptr to current & previous instrument */ in load_ihdr()
2499 p = FLUID_NEW (SFInst); in load_ihdr()
2548 p2 = ((SFInst *) (p->data))->zone; in load_ibag()
2626 p2 = ((SFInst *) (p->data))->zone; in load_imod()
2680 p2 = ((SFInst *) (p->data))->zone; in load_igen()
2792 ((SFInst *) (p->data))->name); in load_igen()
2812 ((SFInst *) (p->data))->name); in load_igen()
2915 p2 = ((SFInst *) (p->data))->zone; in fixup_igen()
2925 ((SFInst *) (p->data))->name)); in fixup_igen()
3052 p2 = ((SFInst *) (p->data))->zone; in sfont_close()
[all …]
H A Dfluid_defsfont.h125 SFInst; typedef
488 int fluid_inst_import_sfont(fluid_inst_t* inst, SFInst *sfinst, fluid_defsfont_t* sfont);
/dports/games/vavoom/vavoom-1.33/source/timidity/
H A Dsf2.h216 struct SFInst struct
H A Dinstrum_sf2.cpp73 SFInst* InstrumentHeaders;
451 font->InstrumentHeaders = (SFInst*)chunk->data; in ReadInst()
452 font->NumInstrumentHeaders = chunk->length / sizeof(SFInst); in ReadInst()
456 SFInst* Hdr = &font->InstrumentHeaders[i]; in ReadInst()
/dports/audio/fluidsynth/fluidsynth-2.2.4/test/
H A Dtest_sfont_zone.c408 SFInst *inst = FLUID_NEW(SFInst); in main()

12