that's the first thing I tried, with no luck. Indeed I can change the frequency from 44100 to 88200 with no problem, the 'no sound' issue occurs when jumping below 44100, anyway what I did is to disable 1 octave changes...
This works pretty good! thanks Frank B,
I'm getting some issues with abrupt changes to lower values, sound turns off if I switch from 44100 to 22050, but it works fine with other values ...and I have no idea why,
...
Hi, recently released a product based on Teensy 4.1 and many customers are having problems to update the firmware (they were all doing it with the last version of the Teensy loader)
looks like the Teensy loader works...
Hi again PIO, would like to know if is there a reason to use AudioNoInterrupts(); in the header file instead of __disable_irq();
I though was not recommended to use it because of this:
"The special...
Hi there,
I've reduced the audio block size to reduce the latency and looks like there are only 2 things that are having a different behaviour in my project,
one is the spectrum analyzer, which needs some adjust in...
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...