Module midifile :: Class MIDIFile
[hide private]
[frames] | no frames]

Class MIDIFile

source code

object --+
         |
        MIDIFile

Instance Methods [hide private]
 
__init__(self, file_wraper)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__get_valid(self) source code
 
__get_type(self) source code
 
__get_num_tracks(self) source code
 
__get_duration(self) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]
  valid
  type
  num_tracks
  duration

Inherited from object: __class__

Method Details [hide private]

__init__(self, file_wraper)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

Property Details [hide private]

valid

Get Method:
__get_valid(self)

type

Get Method:
__get_type(self)

num_tracks

Get Method:
__get_num_tracks(self)

duration

Get Method:
__get_duration(self)