PaulStoffregen / Audio

Teensy Audio Library
http://www.pjrc.com/teensy/td_libs_Audio.html
1.07k stars 398 forks source link

fix MidiSynthLarge example to work on Teensy4 #476

Closed A-Dunstan closed 2 months ago

A-Dunstan commented 2 months ago

MidiSynthLarge example uses too much wavetable data for Teensy 4's DTCM - put large const data arrays in PROGMEM to fix it

PaulStoffregen commented 2 months ago

Thanks!