Hi all (Julian in particular), I would like to go ahead and delete the current embedInStream and add the methods for Routines, summarized here: +Ref { embedInStream { ^this } asUGenInput { ^this } // as it is now asControlInput { ^value } at { | key | ^value.at(key) } put { | key, val | value.put(key, val) } seq { | pat | value = pat.embedInStream(this) } } at/put/seq will simplify syntax for Proutines in Event Streams (using seq makes it consistent with Pspawner and avoids any possible inconsistency about embedInStream OK? RJK |