Home | History | Annotate | Download | only in JetCreator

Lines Matching defs:Warning

359 				stream.Warning('Ignoring unexpected message type 0x%02x' % msg_type)

996 stream.Warning('Ignoring illegal track length - %d exceeds length of file' % track_len)
1013 stream.Warning('Ignoring data encountered beyond end-of-track meta-event')
1019 stream.Warning('Tick value is excessive - possibly corrupt data?')
1036 stream.Warning('Ignoring data byte received with no running status')
1056 stream.Warning('Duplicate note-on\'s encountered without intervening note-off')
1057 stream.Warning(' [%s]: %s' % (stream.timebase.ConvertTicksToStr(event.ticks), event.__str__()))
1060 stream.Warning('Eliminating duplicate note-on')
1076 # stream.Warning('Note-off encountered without corresponding note-on')
1077 # stream.Warning(' [%s]: %s' % (stream.timebase.ConvertTicksToStr(event.ticks), event.__str__()))
1103 # stream.Warning('Note-ons encountered without corresponding note-offs')
1108 stream.Warning('End of track encountered with no end-of-track meta-event')
1292 self.Warning('SMF file has unusual header size: %d bytes' % self.hdr_len)
1316 self.Warning('SMF file size is incorrect - should be %d, was %d' % (file_size, offset))
1347 midi_file_logger.warning('File is already type 0 - ignoring request to convert')
1389 def Warning (self, msg):
1390 midi_file_logger.warning('[%d]: %s' % (self.tell(), msg))