From b1cf129da35bac85b05700645b8506041fbf2866 Mon Sep 17 00:00:00 2001 From: Matthias Neeracher Date: Tue, 6 Sep 2011 00:21:13 +0200 Subject: [PATCH] Fix 3rd and 5th flat position --- Sources/VLPitchGrid.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/VLPitchGrid.cpp b/Sources/VLPitchGrid.cpp index 9910d21..978c7a9 100644 --- a/Sources/VLPitchGrid.cpp +++ b/Sources/VLPitchGrid.cpp @@ -206,11 +206,11 @@ void VLVisualFilter::ResetWithKey(int key) case -6: fState[0] = VLNote::kWantFlat; case -5: - fState[5] = VLNote::kWantFlat; + fState[4] = VLNote::kWantFlat; case -4: fState[1] = VLNote::kWantFlat; case -3: - fState[4] = VLNote::kWantFlat; + fState[5] = VLNote::kWantFlat; case -2: fState[2] = VLNote::kWantFlat; case -1: