rsc3/doc/examples/textures/_scm/jmcc-resonant-dust.scm

10 lines
312 B
Scheme
Raw Normal View History

2022-08-24 13:53:18 +00:00
; resonant Dust (jmcc) #2
(withSc3
(overlapTextureUgen
(list 5 2 9 +inf.0)
(let* ((rf (let* ((st (Rand 80 2080))
(en (Add st (Mul (Rand -0.5 0.5) st))))
(XLine st en 9 doNothing)))
(d (Mul (Dust (Rand 50 850)) 0.3)))
(Pan2 (Resonz d rf 0.1) (Rand -1 1) 1))))