Garlov / AutoRhythm

Open source rhythm game with auto generated note maps.
https://garlov.itch.io/auto-rhythm
MIT License
22 stars 6 forks source link

Tweaking of the threshold and density algorithm #16

Open Sidaroth opened 5 years ago

Sidaroth commented 5 years ago

In certain dense areas of the song, we are removing too many notes, or at best the 'wrong' notes. We need to be better at keeping in the notes that feel important to the ear, and removing extraneous ones only.

The way the density and threshold checks are changed today is not optimal and needs to be tweaked a lot.