Arguments: < time-increment-type > < generator-name >
< time-increment-type > (non-optional)
Must be “beats” or “ms.” “beats” lets you control the tempo; “ms” is for fixed-time events.
< generator-name > (non-optional)
The name of Python generator added to Pymax with pymax.add_generator
Inlets:
Outlet:
All the elements of the list yielded by the Python generator function this calls, except the first element of the list. This element, the one that’s removed, is the ontime: the output occurs when this ontime is hit.
Messages:
See playing_events for examples of using this object.