thanks PIO, yes I know plate is not be the most appropriate type of reverb for drum sounds, but I've testing yours and it really sounds much better than the Teensy reverb object that was using before, nice stereo image...
Trying to reduce the minimum reverb size (because it'll be almost for percussion) I've modified those lines in the effect_platervbstereo.h, but maybe is not the right way to proceed, any advice would be appreciated
...
Hi Pio, I'm trying to use this reverb on a project, but got an error, any idea about what is it? using vscode with platformio:
.pio/build/teensy41/src/Tukra_1.41.ino.cpp.o: In function `_GLOBAL__sub_I_myusb':...
yes, I've seen that example, indeed I tried something with no luck
USBHost myusb;
USBHub hub1(myusb);
USBDriver *drivers = &hub1;
...
const uint8_t *psz = drivers->product();
if (psz && *psz) Serial.printf(" ...
Hello, I would like to make some special function if a device is connected to the Teensy 4.1 though the USB host,
uncommenting this line in USBHost_t36.h shows the device name as 'product ' in the serial monitor, but I...
ok, solved it looking at the sendMidiNote definition, with 'cable' set to 1 (default is 0)
midi1.sendNoteOn(note, velocity, channel, cable);
happy new year to all ;-)
Hi friends, I'm facing a problem with Teensy 4.1 communicating with a Novation Launchpad mk3, this device has 2 midi ports (through USB)
I get correctly the midi coming from the Launchpad, but to illuminate the pads...
I discarded that reverb because of that noise, haven't try to filter the output btw (got a filter in the input because low frequencies overload the reverb input pretty easy).
A better quality reverb object with more...
did you tried with a different microSD cards?
as far as I know, modern cards are fast, but when reading/writing the data sequentially (which is great when recording video in high resolution etc), if you need fast...