diff options
Diffstat (limited to 'decoders/midi')
-rw-r--r-- | decoders/midi/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): |