packages feed

hsc3-0.21: Help/Graph/es-tw-570012853274615808.hs

-- https://twitter.com/sluyterrific_sc/status/570012853274615808 (es) ; edit=rd
let dup f = mce2 (f ()) (f ())
    -- this is not (of course) as written but sounds nicely....
    greyhole_no_reorder i = let (p,q) = unmce2 i in X.greyholeRaw p q
    t = dup (\_ -> dust2 ar 9)
    o = 0.1
    a = lfNoise2 ar o * 9 + 9
    s = varSaw ar (tExpRand 9 5000 t) 0 0.5 * decay t 1
in greyhole_no_reorder s a 0 o (lfNoise2 ar 1) (lfNoise2 ar 1 + 1) 2 a

-- https://twitter.com/sluyterrific_sc/status/570012853274615808 (es) ; edit=rd ; id
let dup (z1,z2) f = mce2 (f z1) (f z2)
    -- this is not (of course) as written but sounds nicely....
    greyhole_no_reorder i = let (p,q) = unmce2 i in X.greyholeRaw p q
    t = dup ('α','β') (\z -> dust2Id z ar 9)
    o = 0.1
    a = lfNoise2Id 'γ' ar o * 9 + 9
    s = varSaw ar (tExpRandId 'δ' 9 5000 t) 0 0.5 * decay t 1
in greyhole_no_reorder s a 0 o (lfNoise2Id 'ε' ar 1) (lfNoise2Id 'ζ' ar 1 + 1) 2 a