Machine.add("thingFour.ck");
and also with Machine.remove(idNum); four times in a row.
Question:
Is this:
Machine.add("thingOne.ck");
Machine.add("thingTwo.ck");
Machine.add("thingThree.ck");
Machine.add("thingFour.ck");
me.yield();
significantly different than this:
Machine.add("thingOne.ck");
me.yield();
Machine.add("thingTwo.ck");
me.yield();
Machine.add("thingThree.ck");
me.yield();
Machine.add("thingFour.ck");
me.yield();
???
The same for sporking shreds four in a row.
Warmly,
Mike
--
Michael Clemow
Artist/Composer/Sound Designer
(he/him)