| Trees | Indices | Help |
|
|---|
|
|
object --+
|
DataSequence
Data structure to store a list of events read in from a corpus file.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
| events | |||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
|
Returns a list of all events, grouped by their event type, with the event types in the order they were found in the input. This should provide a form suitable for outputing to the lines of a
file (using |
Creates a new DataSequence to represent the data in a file.
|
str(x)
|
Constructs a MIDI EventStream from the data in this stream. This can then be output to a file to be played. Note that TPCNotes will be output as normal MIDI notes. We can't do anything of the clever tuning stuff that we can do with tonal space coordinates, since we'd need to do a further step of analysis to work out the fully specified TS point from the pitch class. |
|
|||
events
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Nov 26 16:04:56 2012 | http://epydoc.sourceforge.net |