hsc3-0.18: Help/UGen/detectSilence.help.lhs
> import Sound.SC3 {- hsc3 -}
> g_01 =
> let s = sinOsc AR 440 0 * mouseY KR 0 0.2 Linear 0.1
> d = detectSilence s 0.01 0.1 RemoveSynth
> in mrg [s,d]
> import Sound.SC3 {- hsc3 -}
> g_01 =
> let s = sinOsc AR 440 0 * mouseY KR 0 0.2 Linear 0.1
> d = detectSilence s 0.01 0.1 RemoveSynth
> in mrg [s,d]