From 9d4f748e248061bf46babba0bee4099d574813db Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 7 Oct 2024 21:41:23 +0200 Subject: Renamed sf2 to soundfonts --- examples/example2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/example2.c') diff --git a/examples/example2.c b/examples/example2.c index b4c7d73..8518744 100644 --- a/examples/example2.c +++ b/examples/example2.c @@ -35,7 +35,7 @@ int main(int argc, char *argv[]) { } // 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; -- cgit v1.2.3