Hi all!
Before I say a single word I want to congratulate Paul and all the Teensy community for the hard work done, I am studying Telco Ing. and I always been interested in electronics and networks. Finding something like Teensy clearly made me order one of your boards inmediatly, although having looked at Arduino, which is both worse and more expensive.
Going thru my case, I have my Teensy shipped but It didnt arrived yet. So I am only asking based on what I've learned from the teensyduino section of this page, and some Arduino code from the Internet. And I also found another similar post in this forums, but didnt have any reply...
My question is, Can I use the USB serial communications while I am using USB MIDI? This is for a MIDI controller for Guitar Rig, a virtual-amp VST plugin.
I have a program that reads in which preset is active and sends 4 ASCII chars back to my Teensy for displaying preset name on the controlloler's 4-digit 7-seg display.
I have seen in code samples from this page that USB MIDI is programmed only by calling usbMIDI.sendNoteOn() and other functions directly from the loop function. What may happen if you also call Serial.begin(9600); on setup and use the serial communications functions?
Maybe the limits arise when you have to select USB type at Arduindo IDE... I've heard about composite USB types, and I am kind of programming something, as I've seen before here.
If this is completely imposible, I can design a "protocol" for sending back the ASCII data encoded as MIDI notes
Greetings !
Before I say a single word I want to congratulate Paul and all the Teensy community for the hard work done, I am studying Telco Ing. and I always been interested in electronics and networks. Finding something like Teensy clearly made me order one of your boards inmediatly, although having looked at Arduino, which is both worse and more expensive.
Going thru my case, I have my Teensy shipped but It didnt arrived yet. So I am only asking based on what I've learned from the teensyduino section of this page, and some Arduino code from the Internet. And I also found another similar post in this forums, but didnt have any reply...
My question is, Can I use the USB serial communications while I am using USB MIDI? This is for a MIDI controller for Guitar Rig, a virtual-amp VST plugin.
I have a program that reads in which preset is active and sends 4 ASCII chars back to my Teensy for displaying preset name on the controlloler's 4-digit 7-seg display.
I have seen in code samples from this page that USB MIDI is programmed only by calling usbMIDI.sendNoteOn() and other functions directly from the loop function. What may happen if you also call Serial.begin(9600); on setup and use the serial communications functions?
Maybe the limits arise when you have to select USB type at Arduindo IDE... I've heard about composite USB types, and I am kind of programming something, as I've seen before here.
If this is completely imposible, I can design a "protocol" for sending back the ASCII data encoded as MIDI notes
Greetings !