mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 05:38:35 +00:00
14 lines
341 B
Plaintext
14 lines
341 B
Plaintext
samples({
|
|
atlast: ['extra-samples/atlast/0_piano.wav', 'extra-samples/atlast/1_vocal.wav', 'extra-samples/atlast/2_hardly.wav'],
|
|
}, 'github:yaxu/spicule/master/');
|
|
|
|
s("atlast:2")
|
|
.chop(32)
|
|
.inside(4,iter("8"))
|
|
.room(0.3)
|
|
.size(0.6)
|
|
.jux(rev)
|
|
.when("[1 0 0 0]".iter(4).fast(4), x => x.slow(2).speed(0.5).crush(4))
|
|
.slow(4.2)
|
|
|