Short test video... Some features are still missing from the filter menu and are under development.
The touchscreen cost me quite a bit of time and patience. The touchscreen driver library was blocking the MIDI data and couldn't be used. However...
hi, your arrays have 6 elements so you can call [0] -[5]. when you press 6 you try to address [6] which is out of bounds and will give unpredictable results. cheers, Paul
Since my goal is to be able to play live as much music as I can, I implemented advanced arpeggiator and split keyboard feature and multi-timbrality.
I also worked on some recreation of famous Solina String Ensemble sound.
A little demo is here.
Hi, the AudioEffectDelay sets max delay to 4.00s for teensy 4. If you have 2 for stereo a sensible limit would be 2sec although depending on what else you have using memory you could push this. Cheers Paul
Hi,
I can't replicate your problem - for me both sets of code at post #1 work well under 1s.
A couple of things to try:
1. Since the code works fine for me with a clean board, it is likely something in your hardware or environment,
can you...
I got and fitted some PSRAM. Both these run equally as quickly for me.
I tried the one that is running slowly for you with 6 files -
CARD FOUND
Read 01.WAV into memory at 7000000C; 199846 bytes
Read 02.WAV into memory at 70030CCC; 199846 bytes...
Hello Teensy Warriors,
@bk40, I can relate to broken devices and code. Hardware is incredibly unforgiving, and requires money, time, and patience. I've been at this for a long time and I've failed to finalize many designs. I'm hoping my momentum...