]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/midi/pd.py
Add PD tags handling and some tags
[libsigrokdecode.git] / decoders / midi / pd.py
index feb581c6684522c8d87a7fc449310403332976b3..4965493e014bac61d97b066048b5a3cd655f436a 100644 (file)
@@ -33,6 +33,7 @@ class Decoder(srd.Decoder):
     license = 'gplv2+'
     inputs = ['uart']
     outputs = ['midi']
+    tags = ['Logic', 'Bus', 'Audio']
     annotations = (
         ('text-verbose', 'Human-readable text (verbose)'),
         ('text-sysreal-verbose', 'Human-readable SysReal text (verbose)'),