Sylwester
Sylwester
I think the ESP32 would be a great platform to evaluate. There is a dedicated low-jitter APLL for generating the I2S clocks etc. Seems like 32-bit Audio with 96 kHz...
My build script for PlatformIO is compiling my used *.vult "modules" independently and if another function uses Util.* for example, I get a compiler error from the C++ compiler about...
The XMOS multicore microcontrollers are great for DSP. It's really easy to develop multicore DSP applications for it and it would really profit from VULT support.
I would love to see some ESP32 and RP2xxx support. Is this planned?
I'm trying the ILI9488 driver on a 3.5" screen: http://www.lcdwiki.com/3.5inch_SPI_Module_ILI9488_SKU:MSP3520 Using the same PCB, I was able to control a 2.2" and 2.8" ILI9341 screen, which shares the same connector...
MPC Port
@davidmoreno As you might now, the MPC is running a buildroot-based Linux and it is possible to install 3rd party utilities onto the Filesystem (and activate SSH). I have found...
It would be great if knobs and sliders could be not only mapped to MIDI CC, but also to a OSC Path, preferable bi-directional. From the UI perspective, I'd imagine...
I am using a nRF24L01+ 2.4GHz transceiver which has an IRQ pin that can fire (active low) when data has been received. Unfortunately, the RP2040 doesn't wake up properly and...
I'm working on USB MIDI Host support with a USB hub and I cannot get the device to enumerate properly. I have ported changes from the USB Host Shield Library...
I have tested cabl with the maschine mk1 (which works great) and with the Ableton Push 2. On the Push 2, I am able to draw to the display, but...