Searched refs:currsf (Results 1 – 2 of 2) sorted by relevance
188 if (!sflist->currsf) { in snd_soundfont_load()196 if (! remove_info(sflist, sflist->currsf, bank, instr)) in snd_soundfont_load()229 if (sflist->open_client >= 0 || sflist->currsf) { in open_patch()249 sflist->currsf = sf; in open_patch()311 sflist->currsf = NULL; in close_patch()326 if (sflist->currsf) { in probe_data()328 if (find_sample(sflist->currsf, sample_id)) in probe_data()523 sf = sflist->currsf; in load_info()724 sf = sflist->currsf; in load_data()1396 sflist->currsf = NULL; in snd_sf_init()
71 struct snd_soundfont *currsf; /* The currently open soundfont */ member