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 +- sf2/florestan-piano.sf2 | Bin 7809600 -> 0 bytes sf2/florestan-subset.sf2 | Bin 531786 -> 0 bytes soundfonts/florestan-piano.sf2 | Bin 0 -> 7809600 bytes soundfonts/florestan-subset.sf2 | Bin 0 -> 531786 bytes 5 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 sf2/florestan-piano.sf2 delete mode 100644 sf2/florestan-subset.sf2 create mode 100644 soundfonts/florestan-piano.sf2 create mode 100644 soundfonts/florestan-subset.sf2 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; diff --git a/sf2/florestan-piano.sf2 b/sf2/florestan-piano.sf2 deleted file mode 100644 index 727e5e9..0000000 Binary files a/sf2/florestan-piano.sf2 and /dev/null differ diff --git a/sf2/florestan-subset.sf2 b/sf2/florestan-subset.sf2 deleted file mode 100644 index 56a930a..0000000 Binary files a/sf2/florestan-subset.sf2 and /dev/null differ diff --git a/soundfonts/florestan-piano.sf2 b/soundfonts/florestan-piano.sf2 new file mode 100644 index 0000000..727e5e9 Binary files /dev/null and b/soundfonts/florestan-piano.sf2 differ diff --git a/soundfonts/florestan-subset.sf2 b/soundfonts/florestan-subset.sf2 new file mode 100644 index 0000000..56a930a Binary files /dev/null and b/soundfonts/florestan-subset.sf2 differ -- cgit v1.2.3