ElectroTechnique / TSynth-Teensy4.1

TSynth for Teensy 4.1
147 stars 41 forks source link

PRIORITY - Crashes #19

Closed ElectroTechnique closed 3 years ago

ElectroTechnique commented 3 years ago

Seem to be getting crashes, usually when changing patches. Could be on accessing SD card and loading patch data. Teensyduino 1.54 has improved SD card performance (Bill Greiman's SdFat library).

Never saw these crashes on T3.6 (PCB rev 1.1), but the code is different!

callimero commented 3 years ago

Yea, encountered these crashes too. Could never see a pattern and so.... I ignored it.

ElectroTechnique commented 3 years ago

TeensyDuino1.54 may be more promising, the current beta 9 works fine, just delete data_bandlimit_step.c from your TSynth folder because bandlimited waveforms are now included in the audio library.

ElectroTechnique commented 3 years ago

Haven't had a crash in a while, so closing this.