aboutsummaryrefslogtreecommitdiff
path: root/sf-compile/static-tsf.h
blob: bb45da1a9a2c061b44cb19fc18646499591d5f39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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,},
    .preset2,
    .bank0,
    .regionNum4,
  },
};
tsf theSoundFont PROGMEM = {
 .presets= g_presets,
 .fontSamples = 0x7fed29afd010,
 .voices0,
 .channels0,
 .outputSamples0,
 .presetNum1,
 .voiceNum0,
 .maxVoiceNum0,
 .outputSampleSize0,
 .voicePlayIndex0,
 .outputmode= TSF_MONO,
 .outSampleRate20000,
 .globalGainDB0,
};