I think it would generally be a good idea to make the results of commands like --status and --probe accessible from within ChucK in the future, maybe with extra information on what a shred's partents and childeren are (if any) and so on.
<br><br>Maybe something like a array returned by a function (something like &quot;machine.shredList()&quot; ?)that would list the active ID's and functions like &quot;machine.childeren(shred-id)&quot; that would return a array of a shred's childeren by id, &quot;
machine.sporkTime(shred-id)&quot; and so on.<br><br>The big question would be what to return if a shred has no childeren, it should be possible to do something to all of a shred's childeren provided it has any but I don't think zero length arrays are legal so I'm not sure what condition we'd test on in that case.
<br><br><br>Kas.