summaryrefslogtreecommitdiff
path: root/decoders/midi
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2014-04-14 22:14:39 +0200
committerUwe Hermann <uwe@hermann-uwe.de>2014-04-15 10:43:49 +0200
commit12851357e784b893e24880efc6cd22a0cbcc64ce (patch)
tree9e91131ab8d77f5b350022a3467e6840c070b446 /decoders/midi
parentc761524941fcb2237ceb65082e504e5e48e62a05 (diff)
downloadlibsigrokdecode-12851357e784b893e24880efc6cd22a0cbcc64ce.tar.gz
libsigrokdecode-12851357e784b893e24880efc6cd22a0cbcc64ce.zip
All PDs: Bump api_version to 2.
Older libsigrokdecode versions are no longer able to use the current versions of the PDs (various changes in syntax etc).
Diffstat (limited to 'decoders/midi')
-rw-r--r--decoders/midi/pd.py2
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'