Searched refs:currsf (Results 1 – 2 of 2) sorted by relevance
152 if (!sflist->currsf) { in snd_soundfont_load()160 if (! remove_info(sflist, sflist->currsf, bank, instr)) in snd_soundfont_load()191 if (sflist->open_client >= 0 || sflist->currsf) in open_patch()209 sflist->currsf = sf; in open_patch()269 sflist->currsf = NULL; in close_patch()284 if (sflist->currsf) { in probe_data()286 if (find_sample(sflist->currsf, sample_id)) in probe_data()481 sf = sflist->currsf; in load_info()682 sf = sflist->currsf; in load_data()1347 sflist->currsf = NULL; in snd_sf_init()
71 struct snd_soundfont *currsf; /* The currently open soundfont */ member