hsc3-0.13: Help/UGen/Trigger/sendReply.help.lhs
> Sound.SC3.UGen.Help.viewSC3Help "SendReply"
> Sound.SC3.UGen.DB.ugenSummary "SendReply"
> import Sound.SC3.ID
> let {s0 = lfNoise0 'a' KR 5
> ;s1 = lfNoise0 'b' KR 5
> ;o = sinOsc AR (s0 * 200 + 500) 0 * s1 * 0.1}
> in audition (mrg [sendReply s0 0 "/send-reply" [s0,s1],out 0 o])
> withSC3 (withNotifications (waitReply "/send-reply"))