Home
last modified time | relevance | path

Searched refs:csd_filename (Results 1 – 4 of 4) sorted by relevance

/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A Dcsound.h864 PUBLIC int csoundCompileCsd(CSOUND *csound, const char *csd_filename);
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A Dcsound.h864 PUBLIC int csoundCompileCsd(CSOUND *csound, const char *csd_filename);
/dports/audio/csound/csound-6.15.0/include/
H A Dcsound.h876 PUBLIC int csoundCompileCsd(CSOUND *csound, const char *csd_filename);
/dports/audio/csound/csound-6.15.0/interfaces/
H A Dctcsound.py818 def compileCsd(self, csd_filename): argument
837 return libcsound.csoundCompileCsd(self.cs, cstring(csd_filename))