Midi Kit: Actually look in /home/config/settings/synth/synth.sf2

This commit is contained in:
Stefano Ceccherini
2014-09-20 19:08:34 +02:00
parent bee3de4dbb
commit 6cd948da2a
+1
View File
@@ -88,6 +88,7 @@ BSoftSynth::SetDefaultInstrumentsFile()
// in the user settings directory
BPath path;
if (find_directory(B_USER_SETTINGS_DIRECTORY, &path, false, NULL) == B_OK) {
path.Append("/synth/");
path.Append(kSynthFileName);
if (BEntry(path.Path()).Exists())
return SetInstrumentsFile(path.Path());