soundtest/sounds/3.lua

8 lines
281 B
Lua
Raw Permalink Normal View History

2024-05-26 15:27:13 +03:00
local sg=soundgen
local ss=
sg:sine():freq(1000):pm(sg:sine():freq(105.46):am(sg:sine():freq(505.3),-1,1),-0.001,0.001)
:am(sg:sine():freq(500),-2,0.1)
:am(sg:sine():phase(0.25):freq(0.5):clamp(0,0.5):freq(0.5):freq(3):add(sg:silence(-1)),0,1):clamp(0,1)
:compile()
return ss