Home
last modified time | relevance | path

Searched refs:csoundErrorMsg (Results 1 – 10 of 10) sorted by relevance

/dports/audio/csound/csound-6.15.0/Top/
H A Done_file.c356 else csoundErrorMsg(csound, in readOptions()
570 csoundErrorMsg(csound, Str("Missing end tag </CsScore>")); in createScore()
596 csoundErrorMsg(csound, Str("Missing end tag </CsScore>")); in createScore()
604 csoundErrorMsg(csound, "External scores not supported on iOS"); in createExScore()
651 csoundErrorMsg(csound, Str("and cannot remove")); in createExScore()
685 csoundErrorMsg(csound, Str("Missing end tag </CsScore>")); in createExScore()
871 csoundErrorMsg(csound, Str("Missing end tag </CsSampleB>")); in createSample()
920 csoundErrorMsg(csound, Str("Missing end tag </CsFileB>")); in createFile()
961 csoundErrorMsg(csound, Str("Missing end tag </CsFileC>")); in createCorfile()
1004 csoundErrorMsg(csound, Str("Missing end tag </CsFile>")); in createFilea()
[all …]
H A Dcsound.c371 csoundErrorMsg,
2667 void csoundErrorMsg(CSOUND *csound, const char *msg, ...) in csoundErrorMsg() function
2816 csoundErrorMsg(csound, in playopen_dummy()
2820 csoundErrorMsg(csound, in playopen_dummy()
2853 csoundErrorMsg(csound, in recopen_dummy()
2857 csoundErrorMsg(csound, in recopen_dummy()
2980 csoundErrorMsg(csound, Str("error: -+rtmidi set to empty string")); in DummyMidiInOpen()
2983 csoundErrorMsg(csound, Str("error: -+rtmidi='%s': unknown module"), s); in DummyMidiInOpen()
3014 csoundErrorMsg(csound, Str("error: -+rtmidi set to empty string")); in DummyMidiOutOpen()
3017 csoundErrorMsg(csound, Str("error: -+rtmidi='%s': unknown module"), s); in DummyMidiOutOpen()
[all …]
H A Dargdecode.c547 csoundErrorMsg(csound, Str("unknown output format: '%s'"), s); in decode_long()
1225 csoundErrorMsg(csound, Str("unknown long option: '--%s'"), s); in decode_long()
/dports/audio/csound/csound-6.15.0/InOut/
H A Dmidirecv.c492 csoundErrorMsg(csound, Str(" *** error reading MIDI device: %d (%s)"), in sensMidi()
619 csoundErrorMsg(csound, Str("Error closing MIDI in device: %d (%s)"), in MidiClose()
626 csoundErrorMsg(csound, Str("Error closing MIDI out device: %d (%s)"), in MidiClose()
/dports/audio/csound/csound-6.15.0/H/
H A Dprototyp.h54 CS_PRINTF2 void csoundErrorMsg(CSOUND *, const char *, ...);
/dports/audio/csound/csound-6.15.0/Engine/
H A Denvvar.c1019 csoundErrorMsg(csound, Str("internal error: csoundFileOpen(): " in csoundFileOpenWithType()
1255 csoundErrorMsg(csound, Str("internal error: csoundCreateFileHandle(): " in csoundCreateFileHandle()
H A Dlinevent.c213 csoundErrorMsg(csound, Str("LineBuffer Overflow - " in csoundInputMessageInternal()
H A Dsread.c136 print_input_backtrace(csound, 0, csoundErrorMsg); in scorerr()
H A Dfgens.c3450 csoundErrorMsg(csound, Str("Deferred load of '%s' failed"), strarg); in gen01_defer_load()
/dports/audio/csound/csound-6.15.0/Opcodes/
H A Darrays.c297 csoundErrorMsg(csound, Str("Error: no indexes set for array set\n")); in array_set()