Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /storage/content/49/145849/famitracker.com/public_html/forum/classes/dbHandler.php on line 29
How to use Famitraker nsf player simultaneously play background music and sound effects?
I'm going to make a NES game.
But the Famitraker nsf player do not support it.
How can I do it?
Well, you must modify music player code to integrate it with your sound effects player, or write sound effects player reusing music player routines. If you going to make a game, this will be not most difficult part.
If you want to learn 6502 while making game, just make a game without sound, and when you finish it, you'll have more knowledge and probably will be able to make sound effects player.
Yes, but I don't think that is practical as it would double the memory usage and sound effects doesn't need all the features available. Programming sound effects manually can probably be done easily and is a lot more resource efficient. =)