ipatix / agbplay

Music player for the most common GBA sound format
GNU Lesser General Public License v3.0
119 stars 20 forks source link

Change Modulation Behavior to Be More Accurate #33

Closed Kurausukun closed 4 years ago

Kurausukun commented 4 years ago

Previously, in agbplay, the lfo phase would only change when there was at least one active note playing on the track. However, in m4a, the lfo phase actually gets incremented every tick, whether or not there is a note being played, as long as both the mod value and lfos value are greater than zero.