hey neil, if you've got a second i have a quick question.
i want to include some dpcm samples in one of my programs. so, i checked out the source code of no carrier's program "lickshot" - http://www.no-carrier.com/index.php?/lickshot/
it seems pretty easy to understand and i was able to get it working in my program just fine. but here's my problem. no carrier's code starts off by writing #$00 to $4015. this ends up muting whatever other audio i have going on in my program at that point.
i was working on a simple program where the buttons of the first player controller would play chords and single notes on the pulse and triangle channels, while the buttons of the second player controller would play drum sounds on the noise and dpcm channels. so, if the first player wants to hold a note out for an extended period of time, it gets silenced whenever the second player triggers one of the samples.
i was wondering what you'd suggest in this instance. i'm probably missing something extremely obvious. thanks for the help in advance!