3 December 2004
Timeline
hasn't everyone had a class named Timeline at some point ? This is an unfinished, but functioning framework for recording events and playing them back.
events can be from any source imaginable (midi, keyboard, wacom, programmitic, stock market, sub space sensor array), are encoded with an EventEncoder class into a sequence of Events. The resulting sequence can be played back, looped, cut up and otherwise operated on.
The playback system is a 'normal' common-Pattern-library compatible EventStream pattern. So PatternFilters will work on them.
This is pre-beta, but it isn't that far off, if anyone wants to have a hack at it.