diff options
Diffstat (limited to 'decoders/midi/pd.py')
-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 f718632..080f2b3 100644 --- a/decoders/midi/pd.py +++ b/decoders/midi/pd.py @@ -51,7 +51,7 @@ class Decoder(srd.Decoder): self.ss_block = None self.es_block = None - def start(self, metadata): + def start(self): # self.out_proto = self.add(srd.OUTPUT_PROTO, 'midi') self.out_ann = self.add(srd.OUTPUT_ANN, 'midi') |