diff options
| -rw-r--r-- | examples/example2.c | 2 | ||||
| -rw-r--r-- | soundfonts/florestan-piano.sf2 (renamed from sf2/florestan-piano.sf2) | bin | 7809600 -> 7809600 bytes | |||
| -rw-r--r-- | soundfonts/florestan-subset.sf2 (renamed from sf2/florestan-subset.sf2) | bin | 531786 -> 531786 bytes |
3 files changed, 1 insertions, 1 deletions
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/soundfonts/florestan-piano.sf2 Binary files differindex 727e5e9..727e5e9 100644 --- a/sf2/florestan-piano.sf2 +++ b/soundfonts/florestan-piano.sf2 diff --git a/sf2/florestan-subset.sf2 b/soundfonts/florestan-subset.sf2 Binary files differindex 56a930a..56a930a 100644 --- a/sf2/florestan-subset.sf2 +++ b/soundfonts/florestan-subset.sf2 |
