From ad26e7b4eddf03c5abfcc6f6f39c8c4e517e72bc Mon Sep 17 00:00:00 2001 From: RobertoHE Date: Fri, 6 Aug 2021 00:00:04 +0200 Subject: [PATCH] Undo Changes for PullRequest Conflict with other opened pull request --- src/BLEMIDI_Transport.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/BLEMIDI_Transport.h b/src/BLEMIDI_Transport.h index 6f6c269..0988035 100644 --- a/src/BLEMIDI_Transport.h +++ b/src/BLEMIDI_Transport.h @@ -122,7 +122,6 @@ protected: The header byte contains the topmost 6 bits of timing information for MIDI events in the BLE packet. The remaining 7 bits of timing information for individual MIDI messages encoded in a packet is expressed by timestamp bytes. - Timestamp Byte bit 7 Set to 1. bits 6-0 timestampLow: Least Significant 7 bits of timestamp information.