Sylwester
Sylwester
On a recent build it doesn't save the MIDI and Audio settings on exit. I can see a .helm/Helm.config, but it only contains MIDI controller maps. Also, it would be...
I've already hacked together OSC sender for all the parameters in my fork, but I think OSC receiver would me amazing and add more resolution. The parameter naming can be...
I am working on a device that uses Link (on ESP32). I need to make a midi clock with 24 pulses. If I do ``` bool lastState = false; ........
@mathiasbredholt and me are having the problem with Link on ESP32 that most of the jitter is
It's a big pain if trying to get the ESP32 variant working on ESP32-Arduino with ASIO and ESP-IDF includes. After including a lot of paths, I couldn't get it working....
I was running Zinc for one of my projects with 2 million entries in index and already for the 2nd or 3rd time my WAL got corrupted. This results in...
The Tensilica Xtensa cores is used in the popular ESP32 MCU. There is gcc and upcoming llvm support for it, but would be great to see mold support for the...
Hey, I am the guy behind the RP2040 based USB MIDI host and I am going to release it soon. My plan is to make the firmware open, and I...
For some applications like controlling a SPI display, DAC or ADC DMA would make sense to save some CPU cycles. An example is my PicoADK Board, which has an on-board...
Add full-duplex (in+out) mode for I2S using PIO.