LoginLogin
Nintendo shutting down 3DS + Wii U online services, see our post

Waveform ideas?

Root / Programming Questions / [.]

HedrixCreated:
Does anyone know any good strings for certain sounds. I'm specifically looking for an 8 bit hi hat sound, like from the Zelda intro theme.

are you sure you aren't looking for a square wave or are you specifically looking for sounds that mimic the japanese version's title screen, which is much more high quality than the international version

https://youtu.be/gKXGDuKrCfA about 30 seconds in, there's this percussiony noise sound.

BGMPLAY"@266Q0C
? EDIT: @266 is NOISE and Q0 makes it really short

You might have luck if you take the noise instrument, tweak the envelope so it's short and sharp, and maybe up the pitch to an appropriate level. I think I did something similar for Super Bearland, with this snippet:
BGMPLAY "@310@E127,120,2,127O6C32

You might have luck if you take the noise instrument, tweak the envelope so it's short and sharp, and maybe up the pitch to an appropriate level. I think I did something similar for Super Bearland, though it wasn't exactly the noise channel I used. I'll come back and edit this post once I've had a chance to extract what code was used
Whoa we had the same idea at the same time lol

Whoa we had the same idea at the same time lol
#NoiseBoyz

That would work, but I'm wondering if I can use wavset to make that sound. If not, I'll just use the premade one.

That would work, but I'm wondering if I can use wavset to make that sound. If not, I'll just use the premade one.
Oh just set the WAVSET data to completely random numbers lol That's literally making noise because noise is random data.

You might have luck if you take the noise instrument, tweak the envelope so it's short and sharp, and maybe up the pitch to an appropriate level. I think I did something similar for Super Bearland, though it wasn't exactly the noise channel I used. I'll come back and edit this post once I've had a chance to extract what code was used
Whoa we had the same idea at the same time lol
I tried that, it didn't quite work. Thanks anyway