From 09406ecf25ab51b5ede7bdc537446474a99a43c3 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 17 Nov 2022 14:38:42 +0100 Subject: include fluidsynth rule to create wavs --- Komm_in_unsre_stolze_Welt/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Komm_in_unsre_stolze_Welt/Makefile') diff --git a/Komm_in_unsre_stolze_Welt/Makefile b/Komm_in_unsre_stolze_Welt/Makefile index 79587e6..6b6ed91 100644 --- a/Komm_in_unsre_stolze_Welt/Makefile +++ b/Komm_in_unsre_stolze_Welt/Makefile @@ -29,3 +29,6 @@ include ../.meta/*.mk for s in *-midi*.midi; do \ mv "$$s" "$${s%-midi*.midi}$${s##*-midi}"; \ done + +%.wav: %.midi + fluidsynth --audio-driver=file -o audio.file.name=$@ -i $< -- cgit v1.2.3-54-g00ecf