Renamed sf2 to soundfonts
| Author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-10-07 21:41:23 +0200 |
| Committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-10-07 21:41:23 +0200 |
| Commit | 9d4f748e248061bf46babba0bee4099d574813db (patch) |
|
-rw-r--r-- |
examples/example2.c | 2 | |
-rw-r--r-- |
soundfonts/florestan-piano.sf2 | bin 7.4 MB -> 7.4 MB | |
-rw-r--r-- |
soundfonts/florestan-subset.sf2 | bin 519.3 KB -> 519.3 KB |
3 files changed, 1 insertions, 1 deletions
| diff --git a/examples/example2.c b/examples/example2.c | |||
| ... | |||
| 35 | } |
35 | } |
| 36 | 36 | ||
| 37 | // Load the SoundFont from a file |
37 | // Load the SoundFont from a file |
| 38 | g_TinySoundFont = tsf_load_filename("../sf2/florestan-subset.sf2");
|
38 | g_TinySoundFont = tsf_load_filename("../soundfonts/florestan-subset.sf2");
|
| 39 | if (!g_TinySoundFont) {
|
39 | if (!g_TinySoundFont) {
|
| 40 | fprintf(stderr, "Could not load SoundFont\n"); |
40 | fprintf(stderr, "Could not load SoundFont\n"); |
| 41 | return 1; |
41 | return 1; |
| ... | |||
| diff --git a/soundfonts/florestan-piano.sf2 b/soundfonts/florestan-piano.sf2 |
| diff --git a/soundfonts/florestan-subset.sf2 b/soundfonts/florestan-subset.sf2 |