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

Control Change Potentiometer Example doesn't compile for Teensy 4.1 #946

Open
jaaaamIron opened this issue Aug 16, 2023 · 1 comment
Open

Comments

@jaaaamIron
Copy link

Hi. The included library example "Control Change Potentiometer" doesn't compile for Teensy 4.1. I haven't made any changes to the included code in the latest version of the library. Here is the error:
Compilation error: 'USBMIDI_Interface' does not name a type

@tttapa
Copy link
Owner

tttapa commented Aug 16, 2023

You need to select the correct USB type to be able to use MIDI over USB (when encountering an error, it is a good idea to scroll up to the very first message: you should have received a warning saying #warning "Teensy: USB MIDI not enabled. Enable it from the Tools > USB Type menu.").
See also Control Surface: MIDI over USB.

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

No branches or pull requests

2 participants