packages feed

hsc3-0.21: Help/Ugen/stkBandedWG.help.hs

-- stkBandedWG ; default param
X.stkBandedWG ar 440.0 0.0 0.0 0.0 0.0 64.0 0.0 0.0 1.0

-- stkBandedWG ; default param ; instr=3
X.stkBandedWG ar 440.0 3.0 0.0 0.0 0.0 64.0 0.0 0.0 1.0

-- stkBandedWG
let tr = impulse kr (mouseX kr 0.5 12 Linear 0.2) 0 - 0.5
    freq = midiCps (tExpRandId 'α' 24 96 tr)
    instr = 3 -- Uniform Bar = 0, Tuned Bar = 1, Glass Harmonica = 2, Tibetan Bowl = 3
    modalresonance = tRandId 'ζ' 0 127 tr
in X.stkBandedWG ar freq instr 0 0 0 modalresonance 0 0 tr

-- stkBandedWG ; texture=overlap,4,3,4,inf
let freq = randId 'α' 110 440
    instr = iRandId 'β' 1 3
    bowpressure = iRandId 'γ' 32 96
    bowmotion = randId 'δ' 32 96
    integration = randId 'ε' 0 64
    modalresonance = randId 'ζ' 32 96
    bowvelocity = randId 'η' 64 96
    setstriking = 127 -- setstriking: 0 = Plucked, 127 = Bowed
in X.stkBandedWG ar freq instr bowpressure bowmotion integration modalresonance bowvelocity setstriking 1