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

/haiku/headers/os/midi/
H A DSynth.h44 status_t LoadSynthData(entry_ref* instrumentsFile);
45 status_t LoadSynthData(synth_mode synth);
/haiku/src/kits/midi/
H A DSynth.cpp46 BSynth::LoadSynthData(entry_ref* instrumentsFile) function in class:BSynth
61 BSynth::LoadSynthData(synth_mode mode) function in class:BSynth
70 fprintf(stderr, "[midi] LoadSynthData: BSamples is not supported\n");
/haiku/src/apps/midiplayer/
H A DSynthBridge.cpp41 if (be_synth->LoadSynthData(mode) == B_OK) {

Completed in 69 milliseconds