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

Class CuePointEvent

source code

object --+        
         |        
     Event --+    
             |    
     MetaEvent --+
                 |
                CuePointEvent

Marks the start of some type of new sound or action. Usually found in the first track, but may appear in any. Sometimes used by sequencers to mark when playback of a sample or video should begin.

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 = 'Cue Point'
  metacommand = 7

Inherited from MetaEvent: allow_running, data, statusmsg

Inherited from Event: length

Instance Variables [hide private]

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

Properties [hide private]

Inherited from object: __class__