Home
last modified time | relevance | path

Searched refs:csoundDie (Results 1 – 14 of 14) sorted by relevance

/dports/audio/csound/csound-6.15.0/Top/
H A Done_file.c725 csoundDie(csound, Str("Non base64 character %c(%2x)"), c, c); in read_base64()
744 csoundDie(csound, Str("Truncated byte at end of base64 stream")); in read_base64()
782 csoundDie(csound, Str("Non base64 character %c(%2x)"), c, c); in read_base64_2cor()
801 csoundDie(csound, Str("Truncated byte at end of base64 stream")); in read_base64_2cor()
852 csoundDie(csound, Str("File %s already exists"), sampname); in createSample()
900 csoundDie(csound, Str("File %s already exists"), filename); in createFile()
988 csoundDie(csound, Str("File %s already exists"), filename); in createFilea()
1026 csoundDie(csound, Str("This CSD file requires a version of " in checkVersion()
1034 csoundDie(csound, Str("This CSD file requires a version of " in checkVersion()
1042 csoundDie(csound, Str("This CSD file requires version " in checkVersion()
[all …]
H A Dargdecode.c604 csoundDie(csound, Str("-F: stdin not supported on this platform")); in decode_long()
657 csoundDie(csound, Str("input cannot be stdout")); in decode_long()
661 csoundDie(csound, Str("stdin audio not supported")); in decode_long()
819 csoundDie(csound, Str("-M: stdin not supported on this platform")); in decode_long()
847 csoundDie(csound, Str("stdout audio not supported")); in decode_long()
1286 csoundDie(csound, Str("input cannot be stdout")); in argdecode()
1290 csoundDie(csound, Str("stdin audio not supported")); in argdecode()
1306 csoundDie(csound, Str("stdout audio not supported")); in argdecode()
1412 csoundDie(csound, Str("-M: stdin not supported on this platform")); in argdecode()
1427 csoundDie(csound, Str("-F: stdin not supported on this platform")); in argdecode()
H A Dmain.c310 csoundDie(csound, Str("cannot compile orchestra")); in csoundCompileArgs()
352 csoundDie(csound, Str("cannot open scorefile %s"), csound->scorename); in csoundCompileArgs()
369 csoundDie(csound, Str("cannot open extract file %s"),csound->xfilename); in csoundCompileArgs()
H A Dcsmodule.c594 csoundDie(csound, Str(" *** error loading '%s'"), fname); in csoundLoadExternals()
H A Dcsound.c180 csoundDie(csound, Str("Error allocating opcode list")); in create_opcode_table()
365 csoundDie,
2634 void csoundDie(CSOUND *csound, const char *msg, ...) in csoundDie() function
/dports/audio/csound/csound-6.15.0/InOut/
H A Dmidisend.c177 csoundDie(csound, Str(" *** no callback for opening MIDI output")); in openMIDIout()
179 csoundDie(csound, Str(" *** no callback for writing MIDI data")); in openMIDIout()
184 csoundDie(csound, in openMIDIout()
196 csoundDie(csound, Str(" *** error opening MIDI out file '%s'"), in openMIDIout()
H A Dlibsnd.c509 csoundDie(csound, Str("Failed to initialise real time audio input")); in sfopenin()
523 csoundDie(csound, Str("isfinit: cannot open %s -- %s"), sfname, sfError); in sfopenin()
529 csoundDie(csound, Str("isfinit: cannot open %s"), sfname); in sfopenin()
542 csoundDie(csound, Str("isfinit: cannot open %s -- %s"), fullName, sfError); in sfopenin()
721 csoundDie(csound, Str("Failed to initialise real time audio output")); in sfopenout()
766 csoundDie(csound, Str("sfinit: cannot open fd %d\n%s"), osfd, in sfopenout()
773 csoundDie(csound, Str("sfinit: cannot open fd %d\n%s"), osfd, in sfopenout()
785 csoundDie(csound, Str("sfinit: cannot open fd %d\n%s"), osfd, in sfopenout()
793 csoundDie(csound, Str("sfinit: cannot open %s"), fName); in sfopenout()
797 csoundDie(csound, Str("sfinit: cannot open %s\n%s"), in sfopenout()
/dports/audio/csound/csound-6.15.0/Engine/
H A Dlinevent.c83 csoundDie(csound, Str("-L stdin fcntl failed")); in RTLineset()
93 else csoundDie(csound, Str("Cannot open %s"), O->Linename); in RTLineset()
99 csoundDie(csound, Str("Cannot open %s"), O->Linename); in RTLineset()
129 csoundDie(csound, Str("Failed to set file status\n")); in RTclose()
H A Dmusmon.c315 csoundDie(csound, Str("header init errors")); in musmon()
358 csoundDie(csound, Str("cannot create cscore.out")); in musmon()
374 csoundDie(csound, Str("cannot reopen cscore.out")); in musmon()
387 csoundDie(csound, Str("cannot reopen cscore.srt")); in musmon()
H A Dcsound_orc_compile.c725 csoundDie(csound, Str("%s invalid sample rate"), s); in create_instrument0()
727 csoundDie(csound, Str("%s invalid control rate"), s); in create_instrument0()
729 csoundDie(csound, Str("%s inconsistent sr, kr, ksmps"), s); in create_instrument0()
H A Dinsert.c2474 csoundDie(csound, Str("null iopadr")); in instance()
2485 csoundDie(csound, Str("null opadr")); in instance()
2571 csoundDie(csound, Str("inconsistent opds total")); in instance()
H A Denvvar.c745 csoundDie(csound, Str("Current directory path name too long\n")); in csoundGetDirectoryForPath()
H A Dsread.c196 csoundDie(csound, Str("Internal error op=%c"), c); in operate()
/dports/audio/csound/csound-6.15.0/H/
H A Dprototyp.h49 CS_NORETURN CS_PRINTF2 void csoundDie(CSOUND *, const char *, ...);