Searched refs:currsf (Results 1 – 2 of 2) sorted by relevance
199 if (!sflist->currsf) { in snd_soundfont_load()207 if (! remove_info(sflist, sflist->currsf, bank, instr)) in snd_soundfont_load()240 if (sflist->open_client >= 0 || sflist->currsf) { in open_patch()260 sflist->currsf = sf; in open_patch()322 sflist->currsf = NULL; in close_patch()337 if (sflist->currsf) { in probe_data()339 if (find_sample(sflist->currsf, sample_id)) in probe_data()530 if ((sf = sflist->currsf) == NULL) in load_info()716 if ((sf = sflist->currsf) == NULL) in load_data()1352 sflist->currsf = NULL; in snd_sf_init()
84 struct snd_soundfont *currsf; /* The currently open soundfont */ member