[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sc-dev] new patterns



Hi James,

  Why doesn't Event-default make a copy of Event-defaultParentEvent?
(as in Event.new(8, nil, defaultParentEvent.copy, true) )

The time expense is minimal and it would enable altering fixed fields
of the event outside of the Pbind (so they are not set repeatedly) without
side effects or having to create a whole new parent event.

For example:

	aPattern.play(protoEvent: Event.default.put(\type,\set))

RJK