Searched refs:fInstrumentsFile (Results 1 – 2 of 2) sorted by relevance
57 fInstrumentsFile = NULL; in BSoftSynth()95 free(fInstrumentsFile); in Unload()96 fInstrumentsFile = NULL; in Unload()103 return fInstrumentsFile != NULL; in IsLoaded()176 fInstrumentsFile = strdup(path); in SetInstrumentsFile()520 err = fluid_synth_sfload(fSynth, fInstrumentsFile, 1); in _Init()
99 char* fInstrumentsFile; variable