X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fmidi%2Fpd.py;h=371bcd5a0f3e053e487eaf496e5301bdc56aa3f9;hb=8a3c879201df27615f30b7c6b3a4072526c0e378;hp=080f2b3f9585fe37e38f3bba5ff8d55ea469d7fb;hpb=8915b34659332288aab38780d8f10d75c4c83e7f;p=libsigrokdecode.git 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):