Cirrostratus

First track for the new year. Done all done in hardware because it’s easier to edit LFO parameters by hand than

f = { |x| (x * 2).sin * 3 + (x * 0.3).sin };
p = Pbind(
\dev, Ptime().collect(f), // current time passed to function
\midinote, Pkey(\dev) + 60 + [0, 4],
\amp, 0.05,
\dur, 0.15
).play;
)
p.stop;