Home
last modified time | relevance | path

Searched refs:sf_instrument_generators (Results 1 – 1 of 1) sorted by relevance

/dports/devel/allegro/allegro-4.4.3.1/tools/
H A Dpat2dat.c1144 static sfGenList *sf_instrument_generators = NULL; variable
1738 igen = &sf_instrument_generators[iindex[lnum].wInstGenNdx]; in grab_soundfont()
2153 (sf_instrument_generators)) in add_soundfont_patches()
2156 sf_instrument_generators = malloc(sizeof(sfGenList) * sf_num_instrument_generators); in add_soundfont_patches()
2159 sf_instrument_generators[i].sfGenOper = get16(f); in add_soundfont_patches()
2160 sf_instrument_generators[i].genAmount.wAmount = get16(f); in add_soundfont_patches()
2243 (!sf_instrument_generators) || (!sf_samples)) in add_soundfont_patches()
2295 if (sf_instrument_generators) { in add_soundfont_patches()
2296 free(sf_instrument_generators); in add_soundfont_patches()
2297 sf_instrument_generators = NULL; in add_soundfont_patches()