Module midifile :: Class MIDIEvent
[show private | hide private]
[frames | no frames]

Type MIDIEvent

object --+
         |
        MIDIEvent


Method Summary
  __init__(self, file, offset, last_cmd)
  __str__(self)
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __repr__(x)
x.__repr__() <==> repr(x)
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value

Property Summary
  cmd
  midi_channel
  param_len
  params
  time_delta
  total_len
  type

Class Variable Summary
int LAST_MIDI_EVENT = 4                                                                     
int META_EVENT = 0                                                                     
int MIDI_EVENT = 3                                                                     
int SYSEX1_EVENT = 2                                                                     
int SYSEX_EVENT = 1                                                                     
tuple type_str = ('Meta', 'SYSEX', 'SYSEX cont', 'MIDI', 'Last...

Class Variable Details

LAST_MIDI_EVENT

Type:
int
Value:
4                                                                     

META_EVENT

Type:
int
Value:
0                                                                     

MIDI_EVENT

Type:
int
Value:
3                                                                     

SYSEX1_EVENT

Type:
int
Value:
2                                                                     

SYSEX_EVENT

Type:
int
Value:
1                                                                     

type_str

Type:
tuple
Value:
('Meta', 'SYSEX', 'SYSEX cont', 'MIDI', 'Last MIDI')                   

Generated by Epydoc 2.1 on Fri Aug 15 18:58:32 2008 http://epydoc.sf.net