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

Class SequencerSpecificEvent

source code

object --+        
         |        
     Event --+    
             |    
     MetaEvent --+
                 |
                SequencerSpecificEvent

Specifies information specific to a hardware or software sequencer. The first data byte (or three bytes if the first byte is 0) specifies the manufacturer's ID and the following bytes contain information specified by the manufacturer.

Individual manufacturers may document this in their manuals.

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 = 'Sequencer Specific'
  metacommand = 127

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__