X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fmidi%2Fpd.py;h=371bcd5a0f3e053e487eaf496e5301bdc56aa3f9;hb=8a3c879201df27615f30b7c6b3a4072526c0e378;hp=f718632130c042bc16908634e4bc3d6b1cb27742;hpb=17f5df4f9eb701d6e8203d2953a7c48d3dd55537;p=libsigrokdecode.git diff --git a/decoders/midi/pd.py b/decoders/midi/pd.py index f718632..371bcd5 100644 --- a/decoders/midi/pd.py +++ b/decoders/midi/pd.py @@ -51,8 +51,8 @@ class Decoder(srd.Decoder): self.ss_block = None self.es_block = None - def start(self, metadata): - # self.out_proto = self.add(srd.OUTPUT_PROTO, 'midi') + def start(self): + # self.out_proto = self.add(srd.OUTPUT_PYTHON, 'midi') self.out_ann = self.add(srd.OUTPUT_ANN, 'midi') def report(self):