diff --git a/examples/example2.c b/examples/example2.c index b4c7d738d6d4b6b0bebe40e70174082c42bbaa27..8518744a42bd4b0f8dce832aece910e957d2ed1e 100644 --- a/examples/example2.c +++ b/examples/example2.c @@ -35,7 +35,7 @@ return 1; } // Load the SoundFont from a file - g_TinySoundFont = tsf_load_filename("../sf2/florestan-subset.sf2"); + g_TinySoundFont = tsf_load_filename("../soundfonts/florestan-subset.sf2"); if (!g_TinySoundFont) { fprintf(stderr, "Could not load SoundFont\n"); return 1; diff --git a/sf2/florestan-piano.sf2 b/soundfonts/florestan-piano.sf2 rename from sf2/florestan-piano.sf2 rename to soundfonts/florestan-piano.sf2 diff --git a/sf2/florestan-subset.sf2 b/soundfonts/florestan-subset.sf2 rename from sf2/florestan-subset.sf2 rename to soundfonts/florestan-subset.sf2