Lines Matching refs:errormsg
86 static void errormsg(const char *msg, ...)
453 errormsg("%s: invalid MIDI data (offset %#x)", file_name, file_offset);
467 errormsg("%s: invalid file format", file_name);
473 errormsg("%s: type %d format is not supported", file_name, type);
479 errormsg("%s: invalid number of tracks (%d)", file_name, num_tracks);
485 errormsg("out of memory");
525 errormsg("%s: invalid number of SMPTE frames per second (%d)",
532 errormsg("Cannot set queue tempo (%u/%i)",
547 errormsg("%s: unexpected end of file", file_name);
551 errormsg("%s: invalid chunk length %d", file_name, len);
575 errormsg("%s: invalid file format", file_name);
584 errormsg("%s: data chunk not found", file_name);
889 errormsg("Cannot open %s - %s", file_name, strerror(errno));
904 errormsg("%s is not a Standard MIDI File", file_name);
1019 errormsg("Only MIDI 1.0 is supported");
1049 errormsg("Please specify at least one port with --port.");
1054 errormsg("Please specify a file to play.");