DDMAL/jSymbolic2

Melodic Pitch Variety Feature

Closed this issue · 1 comments

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.

Addressed in commit [7ee7d74]. Issue closed.