packages feed

hsc3-0.18: Help/UGen/lagIn.help.lhs

> import Sound.SC3 {- hsc3 -}

Set frequency at control bus

    import Sound.OSC {- hosc -}
    withSC3 (sendMessage (c_set1 10 200))

Oscillator reading frequency at control bus

> g_01 = sinOsc AR (lagIn 1 10 1) 0 * 0.1

Re-set frequency at control bus

    withSC3 (sendMessage (c_set1 10 2000))