mirror of
https://github.com/hydra-synth/hydra.git
synced 2025-12-05 14:30:03 +01:00
431 B
431 B
Parameter sequences
Lists as parameter sequences
osc(
[80, 100, 200, 50], 1 )
)
.out(o0)
Functions on parameter sequences
fast
fast ( amount)
amount:: float (defaultx)
osc(
[80, 100, 200, 50].fast(0.2), 1 )
)
.out(o0)