Henning Thielemann <[EMAIL PROTECTED]> writes:
> What about sharing of a signal for multiple function calls in HSC3?

hsc3 shares ugens that have equal 'id' fields and equal
inputs (it can't tell these apart).

writing (sinOsc AR 440 0 + sinOsc AR 440 0) makes only 
one sinOsc ugen.

hence noise and demand ugens requiring explicit id 
and monadic constructors.

> Similarly one can also implement feedback with a 'fix' like function, if
> this is supported by SuperCollider.

feedback at scsynth is limited to block length delays.

regards,
rd
_______________________________________________
haskell-art mailing list
[email protected]
http://lists.lurk.org/mailman/listinfo/haskell-art

Reply via email to