summaryrefslogtreecommitdiff
path: root/decoder/test/midi/controller_misc.output
diff options
context:
space:
mode:
authorChris <chrisdreher@hotmail.com>2016-09-05 12:39:58 -0700
committerUwe Hermann <uwe@hermann-uwe.de>2016-09-24 12:28:46 +0200
commitd8e53eb59909568728512313a687f67ea24df77c (patch)
treeafcccf78c675b11710dacee51fc89c5545223424 /decoder/test/midi/controller_misc.output
parent50fd1925211bbe17e20cc988987038cce4555375 (diff)
downloadsigrok-test-d8e53eb59909568728512313a687f67ea24df77c.tar.gz
sigrok-test-d8e53eb59909568728512313a687f67ea24df77c.zip
midi: chromatic_notes in list.py was off by 1 octave
(ex: note 60 is middle C which is C4, not C3)
Diffstat (limited to 'decoder/test/midi/controller_misc.output')
-rw-r--r--decoder/test/midi/controller_misc.output2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoder/test/midi/controller_misc.output b/decoder/test/midi/controller_misc.output
index 9cb820b..73108c9 100644
--- a/decoder/test/midi/controller_misc.output
+++ b/decoder/test/midi/controller_misc.output
@@ -1,4 +1,4 @@
7-106 midi: text-verbose: "Channel 1: control change 'legato footswitch' = normal" "ch 1: ctrl chg 'legato switch' = normal" "1: CC 'legato' = no"
118-217 midi: text-verbose: "Channel 1: control change 'legato footswitch' = legato" "ch 1: ctrl chg 'legato switch' = legato" "1: CC 'legato' = yes"
-229-328 midi: text-verbose: "Channel 2: control change 'portamento control' (source note = 48 / C2)" "ch 2: ctrl chg 'portamento ctrl' (source note = 48)" "2: CC 'porta ctrl' (src N 48)"
+229-328 midi: text-verbose: "Channel 2: control change 'portamento control' (source note = 48 / C3)" "ch 2: ctrl chg 'portamento ctrl' (source note = 48)" "2: CC 'porta ctrl' (src N 48)"
340-439 midi: text-verbose: "Channel 3: control change 'undefined 0x29' (param = 0x05)" "ch 3: ctrl chg 'undef 0x29' (param = 0x05)" "3: CC '0x29' is 0x05"