Skip to content

Fix USB MIDI sendStop() to send 0xFC instead of 0xFB#798

Open
houtson wants to merge 1 commit intoPaulStoffregen:masterfrom
houtson:master
Open

Fix USB MIDI sendStop() to send 0xFC instead of 0xFB#798
houtson wants to merge 1 commit intoPaulStoffregen:masterfrom
houtson:master

Conversation

@houtson
Copy link
Copy Markdown

@houtson houtson commented Apr 5, 2026

This fixes a typo in the USB MIDI implementation.

sendStop() currently calls sendRealTime(0xFB, cable), but 0xFB is MIDI Continue.
MIDI Stop should be 0xFC.

This patch updates sendStop() to send 0xFC, which also matches the existing real-time enum/switch definitions elsewhere in the implementation.

Files changed:

  • teensy3/usb_midi.h
  • teensy4/usb_midi.h
  • usb_midi/usb_api.h

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.

1 participant