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

[teensy4] Why does USB_MIDI4 expose fewer USB endpoints than USB_MIDI? #768

Open
forderud opened this issue Oct 7, 2024 · 0 comments
Open

Comments

@forderud
Copy link

forderud commented Oct 7, 2024

The teensy4 USB_MIDI4 configuration appear almost identical to USB_MIDI, with only the following differences:

  • bcdDevice is explicitly configured to 0x0211 with a BCD_DEVICE define
  • Slightly longer PRODUCT_NAME/PRODUCT_NAME_LEN
  • NUM_ENDPOINTS increased from 1 to 3

What puzzles me is that the USB_MIDI4 configuration reduces NUM_ENDPOINTS from 4 to 3, compared to the USB_MIDI configuration. I would intuitively think that the number of endpoints should remain the same. Could this possibly be a bug, or am I misunderstanding something?

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

1 participant