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/polyphonic_pressure.output | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'decoder/test/midi/polyphonic_pressure.output') diff --git a/decoder/test/midi/polyphonic_pressure.output b/decoder/test/midi/polyphonic_pressure.output index 199eac0..98670d1 100644 --- a/decoder/test/midi/polyphonic_pressure.output +++ b/decoder/test/midi/polyphonic_pressure.output @@ -1 +1 @@ -7-106 midi: text-verbose: "Channel 1: polyphonic key pressure / aftertouch of 65 for note = 64 'E3'" "ch 1: key pressure 65 for note 64" "1: KP 65, N 64" +7-106 midi: text-verbose: "Channel 1: polyphonic key pressure / aftertouch of 65 for note = 64 'E4'" "ch 1: key pressure 65 for note 64" "1: KP 65, N 64" -- cgit v1.2.3-54-g00ecf