Skip to content

Commit

Permalink
Fix quantization
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoar committed Sep 23, 2019
1 parent 51cb4bf commit 796a961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PolyProbe.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ struct NoteOperator : Operator {
}
}

outV = octV + semitone * music::SEMITONE;
outV = (octave - 4) + semitone * music::SEMITONE;

valid = true;

Expand Down

0 comments on commit 796a961

Please sign in to comment.