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

Class EventStreamReader

source code

object --+
         |
        EventStreamReader

Reads MIDI data in from an input stream, probably a file, and produces an EventStream to represent it internally.

Instance Methods [hide private]
 
__init__(self, instream, outstream, force_resolution=None)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
parse(self, instream, outstream) source code
 
parse_file_header(self) source code
 
parse_track_header(self) source code
 
parse_track(self, trksz) source code

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

Class Methods [hide private]
 
read(cls, instream, *args, **kwargs) source code
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, instream, outstream, force_resolution=None)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)