On Apr 22, 2009, at 8:47 AM, James Harkins wrote:
(Event.sc):
*silent { arg dur = 1.0, inEvent;
// ^Event.new(8, nil, defaultParentEvent, true).put(\type, \rest).put(\dur, dur)
^inEvent.copy.put(\type, \rest).put(\dur, \dur)
}
Erm, no, this:
*silent { arg dur = 1.0, inEvent;
inEvent.copy.put(\type, \rest).put(\dur, dur).put(\parent, defaultParentEvent)
inEvent[\delta] = inEvent.delta;
^inEvent
}
And I found how to handle Spawner:wait.
Diff attached.
hjh
: H. James Harkins
.::!:.:.......:.::........:..!.::.::...:..:...:.:.:.:..:
"Come said the Muse,
Sing me a song no poet has yet chanted,
Sing me the universal." -- Whitman