goofy2k / ESP32_faust2api

Towards a faust2api for ESP32
6 stars 0 forks source link

MidiMeta::analyse(mono_dsp, midi_sync, nvoices) 11640 in DspFaust.cpp causes runtime error #4

Closed goofy2k closed 3 years ago

goofy2k commented 3 years ago

commented out to bypass this problem

goofy2k commented 3 years ago

Possible cause / solution: too little memory. Use external RAM. See Faust tutorial.

goofy2k commented 3 years ago

This interacts with activation of polyphony (see issue #5)

goofy2k commented 3 years ago

In the end this was SOLVED by increasing the main stack size