commit 849ad2f1f3be2903d1dcda8d81f43b34cbc59421
parent e807d2bc763c50fe3e919419387fab4bb4b67ec8
Author: Nihal Jere <nihal@nihaljere.xyz>
Date: Wed, 19 Jan 2022 15:39:44 -0600
add xylophone sound
Diffstat:
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/Xylophone-MediumMallets-20200706.sf2 b/Xylophone-MediumMallets-20200706.sf2
Binary files differ.
diff --git a/main.c b/main.c
@@ -274,7 +274,7 @@ main(int argc, char *argv[])
goto err3;
}
- if ((sfid = fluid_synth_sfload(fsynth, "/home/nihal/instruments/soundfonts/free/Xylophone-MediumMallets-SF2-20200706/Xylophone-MediumMallets-20200706.sf2", true)) == FLUID_FAILED) {
+ if ((sfid = fluid_synth_sfload(fsynth, "Xylophone-MediumMallets-20200706.sf2", true)) == FLUID_FAILED) {
SDL_Log("Unable to load soundfont");
goto err4;
}