Home
last modified time | relevance | path

Searched refs:compileCsd (Results 1 – 6 of 6) sorted by relevance

/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/
H A DCsoundHtmlOnlyWrapper.h42 int compileCsd(const QString &filename);
45 int CompileCsd(const QString &filename) { return compileCsd(filename);} in CompileCsd()
96 void PlayCsd(const QString &csd) { compileCsd(csd); Play(); } // untested in PlayCsd()
H A Dcsoundhtmlwrapper.h44 int compileCsd(const QString &filename);
H A DCsoundHtmlOnlyWrapper.cpp65 int CsoundHtmlOnlyWrapper::compileCsd(const QString &filename) { in compileCsd() function in CsoundHtmlOnlyWrapper
H A Dcsoundhtmlwrapper.cpp81 int CsoundHtmlWrapper::compileCsd(const QString &filename) { in compileCsd() function in CsoundHtmlWrapper
/dports/audio/csound/csound-6.15.0/Android/CsoundAndroid/jni/
H A Dcsound_oboe.hpp80 %javamethodmodifiers CsoundOboe::compileCsd(const char *csd)
453 virtual int compileCsd(const char *csd){ in compileCsd() function in CsoundOboe
/dports/audio/csound/csound-6.15.0/interfaces/
H A Dctcsound.py818 def compileCsd(self, csd_filename): member in Csound