copych
copych
Hello! Actually I face the same problem. Generally MIDI_DIN2USB works as expected, except for the SysEx, only part of which is being forwarded between 2 ports. Searching thru the web...
some time ago i've stumbled over this with u4, and my lame solution was as following: ``` #include USING_NAMESPACE_MIDI; typedef USBMIDI_NAMESPACE::usbMidiTransport __umt; typedef MIDI_NAMESPACE::MidiInterface __ss; __umt usbMIDI(0); // cableNr __ss...
MIDI Library ver.5.0.2 ESP core 2.0.14 target: ESP32S3 (LOLIN S3 Pro) I can compile in Arduino IDE 1.8.20 , but cannot in Arduino IDE 2.3.1 target: ESP32S3 (LOLIN S3 Pro)...
@csBlueChip @marchingband please, have you managed to develop s2/s3 midi host ability? TinyUSB still says there's no host support ((( Am I getting it somehow wrong, maybe there's some alternative...
> it looks like support was merged very recently, so the way I did it is probably not relevant anymore. https://github.com/hathach/tinyusb/releases/tag/0.16.0 Thank you for the response! But I cannot find...
Regarding float processing, I'd suggest you to check my AcidBox repo, it only requires ESP32 or RSP32S3 with PSRAM and preferrably some I2S DAC. Two cores are able of running...
Windows 10. Clean installed IDE, using online installer, chosen master branch of ESP-IDF, cause I wanted latest changes in peripherals. Now I have the same issue with absent targets. Prior...
I am not that good at math, but having FFT working it shouldn't be that hard to implement iFFT. But if we do that outside the ESP_DSP, that'll be waist...
Hello @marcel-licence , if you're still looking for a method, there's `#if ESP_ARDUINO_VERSION_MAJOR < 3` directive, that works for me. Example here https://github.com/copych/ESP32-I2S-Audio-Helper-Class/tree/main/test_in_out
Hello! Thanks for the quick and detailed answer. I completely understand the lack of time for hobbies and the shift in focus to something else. This is something I struggle...