DDMAL / jSymbolic2

2nd Version of jSymbolic
29 stars 3 forks source link

Melodic Pitch Variety Feature #43

Closed dinamix1 closed 7 years ago

dinamix1 commented 7 years ago

There seems to be at least an off by one error in this feature. An example is given in the MelodicPtichVarietyFeatureTest class. This is occuring due to the check at line 111. This will add notes even if they have the same pitch as the note we are currently checking.

codaich commented 7 years ago

Addressed in commit [7ee7d74]. Issue closed.