Open DJLevel3 opened 1 year ago
Are you using the main
version of Control Surface? Version 1.2.0 does not support the Pi Pico yet.
I've just tested Control Surface main
(e5757ebd8d923565095766940f1d2c1e7c1c254b) with mbed_rp2040/3.5.4
and it showed up as a MIDI device on Windows 11 and Ubuntu 22.04, sending and receiving MIDI as expected.
I might not be, I'll check when I get home. I thought I was on the latest but I'm not actually 100% sure
On Sat, Jan 28, 2023, 5:41 PM Pieter P @.***> wrote:
Are you using the main version of Control Surface? Version 1.2.0 does not support the Pi Pico yet.
I've just tested Control Surface main (e5757eb https://github.com/tttapa/Control-Surface/commit/e5757ebd8d923565095766940f1d2c1e7c1c254b) with mbed_rp2040/3.5.4 and it showed up as a MIDI device on Windows 11 and Ubuntu 22.04, sending and receiving MIDI as expected.
— Reply to this email directly, view it on GitHub https://github.com/tttapa/Control-Surface/issues/880#issuecomment-1407523701, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALOG5ZGZ6WUWOTFVK7FSOGLWUW4DPANCNFSM6AAAAAAUJ4XRXA . You are receiving this because you authored the thread.Message ID: @.***>
Any updates on this? I have the exact same problem ... I'm on version 1.2.0-4
Oh, solved it :) had to switch to "USB Stack: Adafruit Tiny USB"
Describe the bug As stated in the title, I am trying to use a Raspberry Pi Pico as a MIDI controller and rather than getting a USB MIDI device when I plug in the Pi, I get a USB serial device.
To Reproduce On either the Arduino or the Philhower libraries, create a MIDI device (in my case, a simple box with 6 analog inputs on 2 multiplexers). Write the appropriate code to drive said analog inputs and upload to the board. Congratulations! You get the data over a serial connection when a USB MIDI connection is expected. The data sends correctly in USBDebugMIDI_Interface mode, but it's still a serial connection in USBMIDI_Interface
Expected behavior I expect a MIDI device to show up in Windows, instead a USB serial device shows up
Code