-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make Serial Monitor work with USB Type: "MIDI" #6
Comments
Did you try adding -DUSB_MIDI_SERIAL to your platformio.ini build_flags line? |
@blackketter thanks for the answer. Unfortunately my project doesn't build if I change the build flag to |
I was able to build with this platformio.ini and test serial midi sketch. I'm not set up here to test the actual midi, but it builds and the serial works... |
I don't use the MIDI.h dependency. As I stated in my previous post I use |
@venelinpetrov I'm getting the same error as you. Any progress in the meantime? Did you get it to work? |
@jaard I use |
|
Nice! It's been a long time and it will be hard to test it now, but feel free to close the issue, because it's not directly related to PlatfotmIO anyways (and Paul said it will work ;) ) |
merge upstream
Refer to this discussion: https://community.platformio.org/t/teensy-use-serial-monitor-when-usb-type-midi/742
The text was updated successfully, but these errors were encountered: