somewhere between earth and mars there is an asteroid made entirely out of hard peppermint candy 🍬 🔭
(loop 12)
somewhere between earth and mars there is an asteroid made entirely out of hard peppermint candy 🍬 🔭
(loop 12)
This fourteenth day of #looptober, I offer "And She Loves That NES", a sequel to a previous tune! The original, "She's Got a Brand New NES", appeared on my recently-released album "Mind the Gap"... though it wasn't written for the NES as such, but a loose simulation using Impulse Tracker. This one's the real deal, composed using the Furnace chiptune tracker!
Please enjoy!
So on the very same day I discover the #looptober exists, and at the same time I run into @stefan music. What a day !
I hope I'll get time to post some of the loops I build on the well-worn MC-307 these last days 😀
(how? like this: https://vanheusden.com/electronics/SAA1099-clock/ )
#looptober 14th
a Strudel experiment with #piano accelerando
```
const T = "<0 1 2 3 4 5 6 7 8 9 10 11>/32";
cps: s("cps*16").n("<0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15>/2").gain(0)
.cps(saw.slow(32).fmap(x=>3*Math.pow(2, x)))
piano1a: s("piano*2").note("0 0".add(T).mod(12).add("[36,48]"))
.gain(fastcat(1, isaw.slow(32)))
.postgain(isaw.slow(32).mul(0.5))
piano1b: s("piano*2").note("1 1".add(T).mod(12).add("[36,48]"))
.gain(fastcat(1, isaw.slow(32)))
.postgain(saw.slow(32).mul(0.5))
piano2a: s("piano*2").note("<~ ~> [0,3,7]".add(T).mod(12).add(60))
.arp("<0 [1,2] [0,2] [0,1,2]>*6").arp("<1 0 1 2>*8")
.gain(fastcat(saw.slow(32), isaw.slow(32)))
.postgain(isaw.slow(32).mul(0.5))
piano2b: s("piano*2").note("<~ [1,4,8]> ~".add(T).mod(12).add(60))
.arp("<0 [1,2] [0,2] [0,1,2]>*3").arp("<1 0 1 2>*8")
.gain(fastcat(saw.slow(32), isaw.slow(32)))
.postgain(saw.slow(32).mul(0.5))
```