Skip to content
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

Keyboard: MIDI Thru Support #6

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

winder
Copy link

@winder winder commented Apr 11, 2021

This PR adds MIDI Thru support for simplifying connectivity. On the hardware side you connect VCC/GND/ TX->RX. It should support an arbitrary number of keyboards, at the moment I only have two.

To simplify implementation I added the FortySevenEffects MIDI library which lets you use Serial + USB devices with the same interface. Internally it uses the same MIDI-USB library support class compliant MIDI.

Here's a short demo to see it in action:
MIDI Thru

Use the correct device

Remove unused variable.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants