aboutsummaryrefslogtreecommitdiff
path: root/sf-compile/static-tsf.h
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2020-08-29 10:45:31 +0100
committerdakkar <dakkar@thenautilus.net>2020-08-29 10:45:31 +0100
commit4ac5c5be2650fc3bb4cb34f25edc2b0275624c10 (patch)
tree9f9f72d0ce4f6153985645495c5803fb28f4f253 /sf-compile/static-tsf.h
parentcomment the code (diff)
downloadlego-piano-master.tar.gz
lego-piano-master.tar.bz2
lego-piano-master.zip
remove bad attempt at dumping tsf's internal reprHEADmaster
Diffstat (limited to 'sf-compile/static-tsf.h')
-rw-r--r--sf-compile/static-tsf.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/sf-compile/static-tsf.h b/sf-compile/static-tsf.h
deleted file mode 100644
index bb45da1..0000000
--- a/sf-compile/static-tsf.h
+++ /dev/null
@@ -1,24 +0,0 @@
-tsf_preset g_presets[] = PROGMEM {
- {
- .presetName= {0x50,0x69,0x61,0x6e,0x6f,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
-0x0,0x0,0x0,0x0,},
- .preset= 2,
- .bank= 0,
- .regionNum= 4,
- },
-};
-tsf theSoundFont PROGMEM = {
- .presets= g_presets,
- .fontSamples = 0x7fed29afd010,
- .voices= 0,
- .channels= 0,
- .outputSamples= 0,
- .presetNum= 1,
- .voiceNum= 0,
- .maxVoiceNum= 0,
- .outputSampleSize= 0,
- .voicePlayIndex= 0,
- .outputmode= TSF_MONO,
- .outSampleRate= 20000,
- .globalGainDB= 0,
-};