Trees | Indices | Help |
|
---|
|
Slice midi streams up.
Utilities for handling portions of a midi stream in various ways.
|
|||
EventStreamSlice Represents a portion of a midi stream (an EventStream). |
|
|||
|
|||
|
|
|||
SLICE_REPEAT_EVENTS = {AfterTouchEvent: lambda x, y: x.pitch== The event types that should be repeated at the beginning of a slice if they occurred prior to the start of the slice in the event stream. |
|||
__package__ =
|
|
SLICE_REPEAT_EVENTSThe event types that should be repeated at the beginning of a slice if they occurred prior to the start of the slice in the event stream. The repeat key function will be consulted to decide whether a later event overrides an earlier one of the same type on the same channel. The later event will be considered to have overridden the earlier if it returns True. ChannelPrefixEvent has a special behaviour and doesn't fit into this framework.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Nov 26 16:04:56 2012 | http://epydoc.sourceforge.net |