DRC Lab

Results 21 comments of DRC Lab

> my mf64 stuff is based on djtt mf64 stuff this repo is pretty dead Can you check this code react like a midi fighter? ``` #include "MIDIUSB.h" #include #define...

> 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. Can you check this:...

> > 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...

> 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...

> Can you share a file sample where you have this problem ? Hi, I'm learning to carve CR2 and NEF file from a dump physical sector to sector ,...

> Hello, > > > > I didn't know about this app, is it very common in Vietnam? Yes, This app using as main app in here like Telegram

> Right here in tests, I did it on a g23 with Android 13. > > > > ![Captura de tela 2024-10-15 011948](https://github.com/user-attachments/assets/b6a10f2c-e4a3-40f9-a2f2-656d116fcf4a) > > Yes, it's correct apk file...

> Have you looked into Direct USB mode? It is able to perform two different kinds of USB resets on timeouts and is configurable. > > ![direct_usb](https://github.com/user-attachments/assets/3bd3e4f5-574b-4a4d-b861-082eb27a6ad5) > > ![reset_settings](https://github.com/user-attachments/assets/a2290251-05d0-4656-8aaa-828f4f894075)...

> I don't know, FDL API changes over time, some older chips may not support partition list command. > > > > You can try dumping the GPT: > >...

> > i have dump this via unlocktool > > > > Looks like the format that FDL should return. > > > > Have you even tried the `partition_list`...