NovaSquirrel / NovaTheSquirrel

an open source NES platformer game
GNU General Public License v3.0
202 stars 8 forks source link

Do something about $4011 levels #122

Closed NovaSquirrel closed 5 years ago

NovaSquirrel commented 6 years ago

The default for Pently is to make $4011 start at 64, but that affects the volume of the noise and triangle channels. I changed it to 0 to make the music sound as intended, but that means the voice samples now have a pop when playing because they abruptly change $4011 from 0 to/from 64. I changed it so that there's a ramp instead, but can it be better?

NovaSquirrel commented 5 years ago

Should be good anyway, I was only able to hear anything on fancy headphones and what I did hear was made as good as I could have.