summaryrefslogtreecommitdiff
path: root/decoder/test/midi/channel_modes.output
diff options
context:
space:
mode:
authorChris <chrisdreher@hotmail.com>2016-08-26 21:37:13 -0700
committerUwe Hermann <uwe@hermann-uwe.de>2016-09-04 19:20:51 +0200
commit5d878c0fa84a85063e780dfb7e17e4c9ea5823af (patch)
tree831085d4d0a96f80f2d70309ff630806a1ecaa26 /decoder/test/midi/channel_modes.output
parent9d66b02f081570699ad205826f6b307af4449bf1 (diff)
downloadsigrok-test-5d878c0fa84a85063e780dfb7e17e4c9ea5823af.tar.gz
sigrok-test-5d878c0fa84a85063e780dfb7e17e4c9ea5823af.zip
midi: Update each annotation with multiple strings.
(ranging from long, medium, and short lengths)
Diffstat (limited to 'decoder/test/midi/channel_modes.output')
-rw-r--r--decoder/test/midi/channel_modes.output14
1 files changed, 7 insertions, 7 deletions
diff --git a/decoder/test/midi/channel_modes.output b/decoder/test/midi/channel_modes.output
index 6c72243..d3c988f 100644
--- a/decoder/test/midi/channel_modes.output
+++ b/decoder/test/midi/channel_modes.output
@@ -1,7 +1,7 @@
-7-106 midi: text-verbose: "Channel 1: mode message 'all sound off' "
-118-216 midi: text-verbose: "Channel 1: mode message 'all sound off' (non-standard param value of 0x05)"
-229-328 midi: text-verbose: "Channel 2: mode message 'local control' off"
-340-439 midi: text-verbose: "Channel 2: mode message 'local control' on"
-451-551 midi: text-verbose: "Channel 2: mode message 'local control' (non-standard param value of 0x05)"
-562-661 midi: text-verbose: "Channel 3: mode message 'mono mode on' (5 channels)"
-673-772 midi: text-verbose: "Channel 3: mode message 'mono mode on' (channels 'basic' through 16)"
+7-106 midi: text-verbose: "Channel 1: control change 'all sound off' " "ch 1: ctrl chg 'all snd off' " "1: CC 'snd off' "
+118-216 midi: text-verbose: "Channel 1: control change 'all sound off' (non-standard param value of 0x05)" "ch 1: ctrl chg 'all snd off' 0x05" "1: CC 'snd off' 0x05"
+229-328 midi: text-verbose: "Channel 2: control change 'local control' off" "ch 2: ctrl chg 'local ctrl' off" "2: CC 'local ctrl' off"
+340-439 midi: text-verbose: "Channel 2: control change 'local control' on" "ch 2: ctrl chg 'local ctrl' on" "2: CC 'local ctrl' on"
+451-551 midi: text-verbose: "Channel 2: control change 'local control' (non-standard param value of 0x05)" "ch 2: ctrl chg 'local ctrl' 0x05" "2: CC 'local ctrl' 0x05"
+562-661 midi: text-verbose: "Channel 3: control change 'mono mode on' (5 channels)" "ch 3: ctrl chg 'mono on' (5 ch)" "3: CC 'mono' (5 ch)"
+673-772 midi: text-verbose: "Channel 3: control change 'mono mode on' (channels 'basic' through 16)" "ch 3: ctrl chg 'mono on' (ch 'basic' thru 16)" "3: CC 'mono' (ch 'basic' thru 16)"