Searched refs:SetInstrumentsFile (Results 1 - 3 of 3) sorted by relevance

/haiku/src/kits/midi/
H A DSoftSynth.cpp117 if (SetInstrumentsFile(settings.soundfont_file) == B_OK)
125 if (SetInstrumentsFile(path.Path()) == B_OK)
152 if (SetInstrumentsFile(fullPath.Path()) == B_OK)
165 BSoftSynth::SetInstrumentsFile(const char* path) function in class:BSoftSynth
H A DSoftSynth.h41 status_t SetInstrumentsFile(const char* path);
H A DSynth.cpp56 return fSynth->SetInstrumentsFile(path.Path());

Completed in 102 milliseconds