| Trees | Indices | Help |
|
|---|
|
|
object --+
|
Event --+
|
NoteEvent
Abstract base class for NoteOnEvent and NoteOffEvent.
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
|||
length = 2
|
|||
pitch = 60Note number (0-127) |
|||
velocity = 64How hard the note is played or how quickly it's released (0-127) |
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
str(x)
|
Takes the data that's been read into At the simplest, it could do nothing, just leaving the raw data in
|
Produces byte data to represent this event on the basis of instance variables. This is the data that will be written to a MIDI stream (not including the tick and status message).
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Nov 26 16:04:58 2012 | http://epydoc.sourceforge.net |