Home
last modified time | relevance | path

Searched refs:ErrMsgV (Results 1 – 15 of 15) sorted by relevance

/dports/audio/csound/csound-6.15.0/util/
H A Denvext.c58 csound->ErrMsgV(csound, Str("envext: error: "), mesg, args); in envext_usage()
H A Dxtrct.c88 csound->ErrMsgV(csound, Str("extractor: error: "), mesg, args); in usage()
H A Dmixer.c131 csound->ErrMsgV(csound, Str("mixer: error: "), mesg, args); in usage()
/dports/audio/csound/csound-6.15.0/InOut/
H A Dpmidi.c59 csound->ErrMsgV(csound, " *** PortMIDI: ", msg, args); in portMidiErrMsg()
H A Drtpa.c76 csound->ErrMsgV(csound, Str(" *** PortAudio: error: "), fmt, args); in pa_PrintErrMsg()
H A Drtwinmm.c79 csound->ErrMsgV(csound, Str("winmm: error: "), fmt, args); in err_msg()
/dports/audio/csound/csound-6.15.0/Engine/
H A Dmemfiles.c440 csound->ErrMsgV(csound, Str("PVOCEX_LoadFile(): error:\n "), fmt, args); in pvx_err_msg()
H A Dsread.c134 csound->ErrMsgV(csound, Str("score error: "), s, args); in scorerr()
H A Dmusmon.c727 p->ErrMsgV(p, NULL, fmt, args); in printScoreError()
H A Dfgens.c2279 csound->ErrMsgV(csound, buf, s, args); in fterror()
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A DcsoundCore.h1161 void (*ErrMsgV)(CSOUND *, const char *hdr, const char *fmt, va_list); member
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A DcsoundCore.h1161 void (*ErrMsgV)(CSOUND *, const char *hdr, const char *fmt, va_list); member
/dports/audio/csound/csound-6.15.0/include/
H A DcsoundCore.h1176 void (*ErrMsgV)(CSOUND *, const char *hdr, const char *fmt, va_list); member
/dports/audio/csound/csound-6.15.0/Top/
H A Dargdecode.c357 csound->ErrMsgV(csound, Str("Csound Command ERROR: "), s, args); in dieu()
H A Dcsound.c2638 csound->ErrMsgV(csound, (char*) 0, msg, args); in csoundDie()