Pieter P

Results 492 comments of Pieter P

I don't understand your setup. Why do you respond with the data you just posted? If the ESP sent the post data, then why does the server send it back?...

I don't know what a CT ARM is, but if the second page of Google is to be trusted, it looks like a Cortex M0+ microcontroller. If that's the case,...

I'm sorry, I don't know anything about the microcontroller you mention, and I'm not really up-to-date with IoT right now, so I'm afraid I can't really help you.

The ESP32-S3 is already supported, see https://tttapa.github.io/Control-Surface-doc/Doxygen/d8/d4a/md_pages_MIDI-over-USB.html#espressif-esp32-boards-with-usb-support. The ESP32-C3 does not have a general-purpose USB interface, so it cannot support MIDI over USB.

> They say that via otg port because esp32-s3 devkit c have 2 type c port (micro B, not type C) But yes, the same applies to Control Surface's MIDI...

Most of the examples already have it enabled. You simply need to instantiate the `USBMIDI_Interface` (which is done in most examples), and then follow the instructions in https://tttapa.github.io/Control-Surface-doc/Doxygen/d8/d4a/md_pages_MIDI-over-USB.html#espressif-esp32-boards-with-usb-support (assuming you...

Simply replace your own NoteButtonMatrix class by Control Surface's version. Use [this example](https://tttapa.github.io/Control-Surface/Doxygen/d4/d53/NoteButtonMatrix_8ino-example.html) as a starting point. Then use [NoteButtonMatrix::getPrevState(col, row)](https://tttapa.github.io/Control-Surface/Doxygen/dd/d29/classAH_1_1ButtonMatrix.html#a62dac074b3767f9be91bc05f4e5a0638) to get the button states to turn on/off the...

Version 0.2.0a8 adds experimental namespace package support.

I initially intended `directory` and `name` to point to the parent namespace package only. But py-build-cmake should support your use case as well. I'll see if I can implement something...

No particular reason, other than the limited development time available :) up to now, other features have simply taken precedence. I agree that it should eventually be supported, but I...