aboutsummaryrefslogtreecommitdiff
path: root/sf-compile/Makefile
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2020-08-23 12:30:36 +0100
committerdakkar <dakkar@thenautilus.net>2020-08-23 12:30:36 +0100
commited2e5f90bb2273e4444aed9bb73411b9f8752d1e (patch)
treec25752f22adc7891c26bbf8a590d07c8ca80c231 /sf-compile/Makefile
parentsoundfont works! (diff)
downloadlego-piano-ed2e5f90bb2273e4444aed9bb73411b9f8752d1e.tar.gz
lego-piano-ed2e5f90bb2273e4444aed9bb73411b9f8752d1e.tar.bz2
lego-piano-ed2e5f90bb2273e4444aed9bb73411b9f8752d1e.zip
vague attempt at dumping a tsf object statically
I don't think it can be done, the `fontSamples` are a float array but we can't see how big
Diffstat (limited to 'sf-compile/Makefile')
-rw-r--r--sf-compile/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/sf-compile/Makefile b/sf-compile/Makefile
new file mode 100644
index 0000000..8c36db8
--- /dev/null
+++ b/sf-compile/Makefile
@@ -0,0 +1,6 @@
+all: sf-compile static-tsf.h
+
+sf-compile: sf-compile.cpp
+
+static-tsf.h: sf-compile
+ ./sf-compile > static-tsf.h