From d8e53eb59909568728512313a687f67ea24df77c Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 5 Sep 2016 12:39:58 -0700 Subject: midi: chromatic_notes in list.py was off by 1 octave (ex: note 60 is middle C which is C4, not C3) --- decoder/test/midi/controller_misc.output | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'decoder/test/midi/controller_misc.output') 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" -- cgit v1.2.3-54-g00ecf