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

Waveforms

Root / Programming Questions / [.]

randoCreated:
How do you make a custum waveform using wavset? I already get everything but the string, but it would be nice to include the rest for others. But I mostly need help with the string. thxs 12me, i asked randomouse, but u did it first.

The string must consist of 16,32,64,128,256, or 512 hexadecimal values, for instance
square1$="00FF00FF00FF00FF00FF00FF00FF00FF"
And then you use that string in the wavset command.
wavset 224,127,64,0,127,square1$
I don't know if that helps, let me know if it does

Oh I already found out how, but thanks anyway