summaryrefslogtreecommitdiff
path: root/decoders/midi
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/midi')
-rw-r--r--decoders/midi/pd.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/decoders/midi/pd.py b/decoders/midi/pd.py
index e96b000..2bd1d89 100644
--- a/decoders/midi/pd.py
+++ b/decoders/midi/pd.py
@@ -37,8 +37,7 @@ class Decoder(srd.Decoder):
optional_probes = []
options = {}
annotations = [
- ['Text (verbose)', 'Human-readable text (verbose)'],
- # ['Text', 'Human-readable text'],
+ ['text-verbose', 'Human-readable text (verbose)'],
]
def __init__(self, **kwargs):