Package echonest :: Package remix :: Package support :: Package midi :: Module RawOutstreamFile :: Class RawOutstreamFile
[hide private]
[frames] | no frames]

Class RawOutstreamFile

source code

Writes a midi file to disk.
Instance Methods [hide private]
 
__init__(self, outfile='') source code
 
writeSlice(self, str_slice)
Writes the next text slice to the raw data
source code
 
writeBew(self, value, length=1)
Writes a value to the file as big endian word
source code
 
writeVarLen(self, value)
Writes a variable length word to the file
source code
 
write(self)
Writes to disc
source code
 
getvalue(self) source code