--- midi_in-0.1.1.old/autocfg.c +++ midi_in-0.1.1/autocfg.c @@ -62,6 +62,17 @@ fclose(fp); } + if (!haveone) + { + strcpy (cfg_path, "__META_PRODTREE__/timidity/etc/timidity.cfg"); + + if ((fp = fopen (cfg_path, "r")) != NULL) + { + haveone = 1; + fclose (fp); + } + } + if (!haveone) { strcpy(cfg_path, prefs_path); strcat(cfg_path,"/PC42b.sf2");