PmonoStream fix for event id not nil
commit17fbbccddb7635ad63e43a8190229024a3cdc261
authorJames Harkins <jamshark70@dewdrop-world.net>
Wed, 12 Oct 2011 10:01:31 +0000 (12 18:01 +0800)
committerJames Harkins <jamshark70@dewdrop-world.net>
Thu, 13 Oct 2011 00:30:16 +0000 (13 08:30 +0800)
tree35e2fc04dd78bc6b82cbe322c4d429717008458a
parentd32a4aa958948628b5abde1ab553fe3dd15e7979
PmonoStream fix for event id not nil

prInitNode supposedly already handled the case of event[\id] being not-nil.
But it was called too early, before evaluating any of the child streams --
so \id would have been populated *after* deciding that it was necessary
to create a new node. The fix moves prInitNode after prDoStreams.
SCClassLibrary/Common/Streams/PmonoStreams.sc