Discussion about software development for the old-school Gameboys, ranging from the "Gray brick" to Gameboy Color
(Launched in 2008)
You are not logged in.
Hi, everyone.
I'm currently working on a game using GBDK-2020 and hUGEDriver. The music works great and I couldn't be happier with the results.
However, I've found that when plating sound effects (by modifying the NR registers), the music takes priority over it.
Is there any way to temporarily make hUGEDriver to ignore a channel without totally muting it or somehow define a priority?
I suppose that as a last resort I could simplify the song by leaving a channel empty for the sound effects, but I would like to know if there is a more elegant solution.
Thanks!
Last edited by adrianjg (2021-08-20 06:04:04)
Offline
in two words: you mute channel, play your sound on that channel, writing directly into the registers, wait for several frames, then unmute channel.
Offline
toxa wrote:
in two words: you mute channel, play your sound on that channel, writing directly into the registers, wait for several frames, then unmute channel.
That worked! Thank you!
Offline