From 7cf698c5475ac6948d7a9d5c2a6e4ec9cb878d84 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 16 Oct 2014 09:35:27 +0200 Subject: uart: Emit databyte and bits list at the same time. This will allow for much simpler code in stacked PDs. Adapt stacked PDs to new API. --- decoders/midi/pd.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'decoders/midi/pd.py') diff --git a/decoders/midi/pd.py b/decoders/midi/pd.py index 296cee4..5915976 100644 --- a/decoders/midi/pd.py +++ b/decoders/midi/pd.py @@ -175,6 +175,9 @@ class Decoder(srd.Decoder): self.ss, self.es = ss, es + # We're only interested in the byte value (not individual bits). + pdata = pdata[0] + # Short MIDI overview: # - Status bytes are 0x80-0xff, data bytes are 0x00-0x7f. # - Most messages: 1 status byte, 1-2 data bytes. -- cgit v1.2.3-70-g09d2