Home
last modified time | relevance | path

Searched refs:csoundWarning (Results 1 – 6 of 6) sorted by relevance

/dports/audio/csound/csound-6.15.0/Top/
H A Dcsmodule.c216 csoundWarning(csound, Str("not loading '%s' (uses incompatible " in check_plugin_compatibility()
225 csoundWarning(csound, Str("not loading '%s' (incompatible " in check_plugin_compatibility()
533 csoundWarning(csound, Str("Library %s omitted\n"), fname); in csoundLoadModules()
824 csoundWarning(csound, Str("Library %s omitted\n"), fname); in csoundLoadAndInitModules()
H A Dcsound.c368 csoundWarning,
2644 void csoundWarning(CSOUND *csound, const char *msg, ...) in csoundWarning() function
/dports/audio/csound/csound-6.15.0/H/
H A Dprototyp.h52 CS_PRINTF2 void csoundWarning(CSOUND *, const char *, ...);
/dports/audio/csound/csound-6.15.0/Engine/
H A Dinsert.c346 csoundWarning(csound, Str("cannot allocate last note because " in insert_event()
352 csoundWarning(csound, Str("cannot allocate last note because it exceeds " in insert_event()
434 csoundWarning(csound, Str("instr %s uses %d p-fields but is given %d"), in insert_event()
437 csoundWarning(csound, Str("instr %d uses %d p-fields but is given %d"), in insert_event()
606 csoundWarning(csound, Str("cannot allocate last note because " in insert_midi()
612 csoundWarning(csound, Str("cannot allocate last note because it exceeds " in insert_midi()
649 csoundWarning(csound, in insert_midi()
H A Dcsound_orc_semantics.c599 csoundWarning(csound, Str("Unknown arg type: %d\n"), tree->type); in get_arg_type2()
/dports/audio/csound/csound-6.15.0/InOut/
H A Dmidirecv.c569 csoundWarning(csound, Str("port: %d exceeds max number of ports %d" in sensMidi()