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 f96e8f1..ae35e12 100644 --- a/decoders/midi/pd.py +++ b/decoders/midi/pd.py @@ -32,7 +32,7 @@ class Decoder(srd.Decoder): desc = 'Musical Instrument Digital Interface (MIDI) protocol.' license = 'gplv2+' inputs = ['uart'] - outputs = ['midi'] + outputs = [] tags = ['Audio', 'PC'] annotations = ( ('text-verbose', 'Human-readable text (verbose)'), |