Neal Miller

Results 22 comments of Neal Miller

Ok, I'll try to dig in. It used to work. So I'll try to see what descriptor changed. On Wed, Sep 8, 2021, 7:36 PM chegewara ***@***.***> wrote: > yes,...

I found the fix: https://github.com/chegewara/EspTinyUSB/blob/991acff150f33b3d81dfac4999d24590d6b984ff/src/classes/midi/midiusb.cpp#L2 Change `EPNUM_MIDI` to `0x01` and it works

I found it by looking at the TinyUSB `midi-test` example

> Good catch. esp32 S2 does not have that many endpoints. Yeah, i guess it works with 0x05 too. Is there a specific one? or doesnt it matter? Nevermind, it...

> As long as you dont want to mix it with other USB class it does not matter. 4 or 5 would be good. Ok, 4 works, but 5 doesn't,...

I made a few changes and got it to work fine, here is a diff I used for the MIDI example. (I had to change the EP_NUM to get sound...

> Hi folks. I was trying to use this with my ESP32S3 Devkit-C revision D2N8. I can get the MIDI input device to show up on my Windows 11 PC,...

> I did not! I will do so now. Thanks! I think you have to set it before `midi.begin()`

An alternative would be to have an optional command line argument for the name of the variable that defaults to "order" if none is entered

Only "(booster)" version of the grub menu item works for me also. The Default Linux version just locks up. I'll switch back to mkinitcpio until it's working as expected. I...