Recordings

146 posts

I make noises, and sometimes I get paid for them.

Raintrace Remixes

The title track from last year’s EP is getting quite a bit of attention on Spotify, which means I might make $0.0004 on it. So I decided to release it as a single, along with a few remixes. It’s free for the next week, so grab it now.

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;