| Trees | Indices | Help |
|
|---|
|
|
object --+
|
Event --+
|
TPCNoteEvent
Tonal pitch-class note, found in TPC files and chord files. A tonal pitch-class is a note as notated - i.e. it distinguishes all differently named notes. They are represented as a position on the line of fifths:
...-2 -1 0 1 2 3 4 5 6 7 8 9 10 11 12 ... ... Ab Eb Bb F C G D A E B F# C# G# D# A#...
They are also redundantly represented as a midi note value.
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
|||
|
|||
EVENT_NAME = The identifier that begins the line of an input file for this event. |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
|
Creates an instance of the appropriate event type given a line of an input file. All subclasses should define a
|
Generates a string representation suitable for writing out to a line of a file.
|
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Nov 26 16:04:56 2012 | http://epydoc.sourceforge.net |