--------------------------------------------------------
UPDATE: Shortly after typing this, I thought of a possible typo that I could have made. Sure enough, I checked and had a variable in the wrong place. While that fixed a few other sound problems I had, this one still remains, but sounds a little different. I'll upload a new video when I get a chance.
Also, this seems to only happen with blocks when I'm in the underground worlds (like 1-2).
---------------------------------------------------------
I have only implemented the first two channels and am trying to work out all of the kinks before moving on to the other channels. There are certain sounds that are not being silenced during their sweep (as I assume they should be). I silenced the second channel shortly after the video starts. Here is an example:
(incorrect sweep sounds)
http://www.youtube.com/watch?v=mTrhzaMnrC0 (Updated)
(another video to show how other sounds....sound)
http://www.youtube.com/watch?v=fHxJRyJtlpw
The video shows mario jumping and hitting a block (or the fireball hitting the block). The values for the block hit are
Code: Select all
$4000: 0x9E, $4000: 0x93, $4000: 0x3A, $4000: 0x0A
$4000: 0x9E, $4000: 0xBB, $4000: 0x3A, $4000: 0x0A
My question is... is there something else that should be silencing the channel at that point that I am missing?
Thanks!