Package midi :: Class EndOfTrackEvent
[hide private]
[frames] | no frames]

Class EndOfTrackEvent

source code

object --+        
         |        
     Event --+    
             |    
     MetaEvent --+
                 |
                EndOfTrackEvent

Appears and the end of each track to mark the end.

Note that you don't need to add this to tracks in an EventStream - it gets added automatically.

Nested Classes [hide private]

Inherited from Event: __metaclass__

Instance Methods [hide private]

Inherited from MetaEvent: decode, encode

Inherited from Event: __cmp__, __init__, __str__, adjust_msdelay, copy, decode_data, encode_data, encode_delta_tick

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Class Methods [hide private]

Inherited from MetaEvent: is_event, is_meta_event

Class Variables [hide private]
  name = 'End of Track'
  metacommand = 47
  order = 2
Sort order

Inherited from MetaEvent: allow_running, data, statusmsg

Inherited from Event: length

Instance Variables [hide private]

Inherited from Event: channel, msdelay, tick, track, type

Properties [hide private]

Inherited from object: __class__