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...