Midi emulated serial in Processing ?

Status
Not open for further replies.
Hi everyone !
I use a teensy 3.1 in midi mode and I would like to know if the emulated serial can be used in processing to change some parameters in my midi controller ?
Thanks a lot !
 
The emulated serial is based on USB HID. Java and Processing aren't usually very good at HID or direct USB stuff. You could try, but it's really difficult due to Java limitations.

Two alternatives are to try talking to the teensy_gateway program, as the Arduino Serial Monitor does, or to modify the USB code on Teensy to implement USB MIDI and USB Serial.

Here's a prior conversation which might help:

https://forum.pjrc.com/threads/23942-Using-Serial-and-MIDI-USB-types-at-the-same-time
 
Status
Not open for further replies.
Back
Top