X-Git-Url: http://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fmidi%2Fpd.py;h=371bcd5a0f3e053e487eaf496e5301bdc56aa3f9;hp=080f2b3f9585fe37e38f3bba5ff8d55ea469d7fb;hb=f2a5df42ea41e6c4370d4efa1a27ab942ba1ddff;hpb=98e0b79b9fd2abf076054abc5f25c184b436cb87 diff --git a/decoders/midi/pd.py b/decoders/midi/pd.py index 080f2b3..371bcd5 100644 --- a/decoders/midi/pd.py +++ b/decoders/midi/pd.py @@ -52,7 +52,7 @@ class Decoder(srd.Decoder): self.es_block = None def start(self): - # self.out_proto = self.add(srd.OUTPUT_PROTO, 'midi') + # self.out_proto = self.add(srd.OUTPUT_PYTHON, 'midi') self.out_ann = self.add(srd.OUTPUT_ANN, 'midi') def report(self):