| Trees | Indices | Help |
|
|---|
|
|
object --+
|
EventStreamSlice
Represents a portion of a midi stream (an EventStream).
The slice is not actually performed (events cut out of the stream) until needed, e.g. when creating a new event stream from the slice.
When the slice is performed, events are copied from the original stream into a whole new stream. The original stream is left intact and the events of the new stream are new events.
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
|
Performs the actual slice operation, producing a new event stream for just the portion of the midi stream covered by the slice.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Nov 26 16:04:58 2012 | http://epydoc.sourceforge.net |