If I'm not doing something wrong:
- make a new sfx with ID=1 and use "Noise" as wave form.
- Recal the sfx with
function TIC()
cls(0)
print("Sfx test")
if btn(0) then
sfx(1,20,0,15)
else
sfx(-1,0,0)
end
It sound using the square waveform