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 1a553ea..b1f0053 100644 --- a/decoders/midi/pd.py +++ b/decoders/midi/pd.py @@ -25,7 +25,7 @@ RX = 0 TX = 1 class Decoder(srd.Decoder): - api_version = 1 + api_version = 2 id = 'midi' name = 'MIDI' longname = 'Musical Instrument Digital Interface' |