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, };