Douwe Homans
Results
1
issues of
Douwe Homans
The definition of `addNote` has a (byte typed) `step` param (with a default value of -1); therefore the following code (lines 369-372): ``` if(step == -1) position = _quantizedPosition(); else...