packages feed

hsc3-0.20: Help/Ugen/t2a.help.hs

-- t2a
let tr = impulse kr (mouseX kr 1 100 Exponential 0.2) 0
in ringz (t2a tr 0) 800 0.01 * 0.4

-- t2a ; compare with k2a (oscilloscope)
let tr = impulse kr 200 0
in lag (mce2 (t2a tr 0) (k2a tr)) 0.001

-- t2a ; removing jitter by randomising offset
let tr = impulse kr (mouseX kr 1 100 Exponential 0.2) 0
    o = range 0 (blockSize - 1) (whiteNoiseId 'α' kr)
in ringz (t2a tr o) 880 0.1 * 0.4

---- ; drawings
UI.ui_sc3_scope 2 0 (2 ^ 14) 0 "audio" 0