Replies: 1 comment 2 replies
-
|
Ok, I figured I had to learn how the serial ports behave in the first place. Now I think I have everything setup properly, but as soon as I integrate the MIDI pipes, I don't get anymore MIDI data whatsoever. With the above code all the pots work fine. I also added the PB which works more or less fine (I still need to map it properly). |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
total newbie here, so excuse me if I am missing the obvious.
I have a small circuit for controlling CCs up and running (Teensy LC). It sends the CC data via USB MIDI to the computer, works fine so far. Now I would like to integrate a DIN MIDI port that receives serial MIDI data from a keyboard, merge it with the CC data so it becomes one USB MIDI device.
I guess I have to use MIDI_Pipes in a similar fashion to this one: MIDI_Pipes-Routing.ino
But I don't quite get how/where to specify at which pin the DIN port is connected in the first place.
Can somebody point me to it? Thanks a lot in advance!
This is my sketch, for context:
Beta Was this translation helpful? Give feedback.
All reactions