mirror of
https://github.com/microtherion/VocalEasel.git
synced 2025-04-28 17:44:29 +00:00
Fix 3rd and 5th flat position
This commit is contained in:
parent
09b5babe70
commit
b1cf129da3
@ -206,11 +206,11 @@ void VLVisualFilter::ResetWithKey(int key)
|
|||||||
case -6:
|
case -6:
|
||||||
fState[0] = VLNote::kWantFlat;
|
fState[0] = VLNote::kWantFlat;
|
||||||
case -5:
|
case -5:
|
||||||
fState[5] = VLNote::kWantFlat;
|
fState[4] = VLNote::kWantFlat;
|
||||||
case -4:
|
case -4:
|
||||||
fState[1] = VLNote::kWantFlat;
|
fState[1] = VLNote::kWantFlat;
|
||||||
case -3:
|
case -3:
|
||||||
fState[4] = VLNote::kWantFlat;
|
fState[5] = VLNote::kWantFlat;
|
||||||
case -2:
|
case -2:
|
||||||
fState[2] = VLNote::kWantFlat;
|
fState[2] = VLNote::kWantFlat;
|
||||||
case -1:
|
case -1:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user