Phrase documentation in release 1.5
"public void setRhythmValue(double rhythmValue)"
does not match the source code:
public void setRhythmValue(int val)
Fix: In the source code, change the 'int' argument to 'double'
Log in to post a comment.