diff options
| 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) | |
| tree | c8bcb5f754657ec6b4223baefb8df39c2c5b1e34 /examples | |
| parent | 6be195754844b584520b432723a34bedf0dfe4ee (diff) | |
| download | ttdaw-9d4f748e248061bf46babba0bee4099d574813db.tar.gz | |
Renamed sf2 to soundfonts
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/example2.c | 2 |
1 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;
|
