Home
last modified time | relevance | path

Searched refs:CSFILE_SND_W (Results 1 – 11 of 11) sorted by relevance

/dports/audio/csound/csound-6.15.0/Engine/
H A Denvvar.c1018 if (UNLIKELY((unsigned int) (type - 1) >= (unsigned int) CSFILE_SND_W)) { in csoundFileOpenWithType()
1153 case CSFILE_SND_W: /* sound file write */ in csoundFileOpenWithType()
1174 int writing = (type == CSFILE_SND_W || type == CSFILE_FD_W || in csoundFileOpenWithType()
1251 case CSFILE_SND_W: in csoundCreateFileHandle()
1298 case CSFILE_SND_W: in csoundFileClose()
1328 case CSFILE_SND_W: in csoundFileClose()
1466 case CSFILE_SND_W: in csoundFSeekAsync()
1504 case CSFILE_SND_W: in read_files()
/dports/audio/csound/csound-6.15.0/util/
H A Dxtrct.c297 fd = csound->CreateFileHandle(csound, &outfd, CSFILE_SND_W, "stdout"); in xtrct()
305 fd = csound->FileOpen2(csound, &outfd, CSFILE_SND_W, in xtrct()
H A Dscale.c287 CSFILE_SND_W, "stdout")) == NULL)) { in scale()
294 fd = csound->FileOpen2(csound, &outfile, CSFILE_SND_W, in scale()
H A Dmixer.c399 &outfd, CSFILE_SND_W, in mixer_main()
406 else if (csound->FileOpen2(csound, &outfd, CSFILE_SND_W, O.outfilename, in mixer_main()
H A Dsrconv.c499 (void) csound->CreateFileHandle(csound, &outfd, CSFILE_SND_W,
H A Ddnoise.c503 (void)csound->CreateFileHandle(csound, &outfd, CSFILE_SND_W, in dnoise()
H A Datsa.c1823 fd = csound->FileOpen2(csound, &sf, CSFILE_SND_W, output_file, &sfinfo, in compute_residual()
/dports/audio/csound/csound-6.15.0/Opcodes/
H A Dfout.c184 if (fileType == CSFILE_SND_W) { in fout_open_file()
466 n = fout_open_file(csound, &(p->f), NULL, CSFILE_SND_W, in outfile_set_S()
524 n = fout_open_file(csound, &(p->f), NULL, CSFILE_SND_W, in outfile_set_A()
592 n = fout_open_file(csound, &(p->f), NULL, CSFILE_SND_W, in koutfile_set_()
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A DcsoundCore.h103 #define CSFILE_SND_W 5 macro
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A DcsoundCore.h103 #define CSFILE_SND_W 5 macro
/dports/audio/csound/csound-6.15.0/include/
H A DcsoundCore.h103 #define CSFILE_SND_W 5 macro