Searched refs:SFInst (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/libs/fluidsynth/src/
H A Dfluid_defsfont.c1006 if (fluid_inst_import_sfont(zone->inst, (SFInst *) sfzone->instsamp->data, sfont) != FLUID_OK) {
1227 fluid_inst_import_sfont(fluid_inst_t* inst, SFInst *sfinst, fluid_defsfont_t* sfont)
2487 SFInst *p, *pr = NULL; /* ptr to current & previous instrument */
2503 p = FLUID_NEW (SFInst);
2552 p2 = ((SFInst *) (p->data))->zone;
2630 p2 = ((SFInst *) (p->data))->zone;
2684 p2 = ((SFInst *) (p->data))->zone;
2796 ((SFInst *) (p->data))->name);
2816 ((SFInst *) (p->data))->name);
2919 p2 = ((SFInst *) (
[all...]
H A Dfluid_defsfont.h124 SFInst; typedef in typeref:struct:_SFInst
569 int fluid_inst_import_sfont(fluid_inst_t* inst, SFInst *sfinst, fluid_defsfont_t* sfont);

Completed in 46 milliseconds