I am making a loop software thing where you can play multiple chip tunes over eachother. I am wondering how to do this with playsound(), I need to overlap the loops.
You can't. PlaySound() can only manipulate one sound at a time. You need a better sound library. Here's a couple of good-looking ones plus the famous one.