Home
last modified time | relevance | path

Searched refs:csoundNotifyFileOpened (Results 1 – 9 of 9) sorted by relevance

/dports/audio/csound/csound-6.15.0/Engine/
H A Dmemfiles.c52 csoundNotifyFileOpened(csound, filnam, CSFTYPE_HETRO, 0, 0); in Load_Het_File_()
144 csoundNotifyFileOpened(csound, filnam, CSFTYPE_CVANAL, 0, 0); in Load_CV_File_()
201 csoundNotifyFileOpened(csound, filnam, CSFTYPE_LPC, 0, 0); in Load_LP_File_()
281 csoundNotifyFileOpened(csound, filnam, csFileType, 0, 0); in Load_File_()
H A Dmusmon.c359 csoundNotifyFileOpened(csound, "cscore.out", CSFTYPE_SCORE_OUT, 1, 0); in musmon()
384 csoundNotifyFileOpened(csound, "cscore.out", CSFTYPE_SCORE_OUT, 0, 0); in musmon()
388 csoundNotifyFileOpened(csound, "cscore.srt", CSFTYPE_SCORE_OUT, 1, 0); in musmon()
/dports/audio/csound/csound-6.15.0/H/
H A Dprototyp.h111 void csoundNotifyFileOpened(CSOUND *, const char *, int, int, int);
/dports/audio/csound/csound-6.15.0/OOps/
H A DsndinfUG.c140 csoundNotifyFileOpened(csound, sfname, csFileType, 0, 0); in getsndinfo()
/dports/audio/csound/csound-6.15.0/InOut/
H A Dlibsnd.c545 csoundNotifyFileOpened(csound, fullName, in sfopenin()
802 csoundNotifyFileOpened(csound, fullName, in sfopenout()
/dports/audio/csound/csound-6.15.0/Top/
H A Dmain.c370 csoundNotifyFileOpened(csound, csound->xfilename, in csoundCompileArgs()
H A Dcscorfns.c876 csoundNotifyFileOpened(csound, pathname, CSFTYPE_SCORE, 0, 0); in cscoreFileOpen()
H A Dcsound.c421 csoundNotifyFileOpened,
3817 void csoundNotifyFileOpened(CSOUND* csound, const char* pathname, in csoundNotifyFileOpened() function
/dports/audio/csound/csound-6.15.0/etc/
H A DChangeLog1619 when opening extra score files and calls csoundNotifyFileOpened().
1643 * Top/main.c (csoundCompile): Call csoundNotifyFileOpened() if a dummy
1646 * InOut/libsnd.c (sfopenin & sfopenout): Call csoundNotifyFileOpened()
1709 csoundNotifyFileOpened() after uses of fopen() within Csound. Added