Home
last modified time | relevance | path

Searched refs:compileCsdText (Results 1 – 8 of 8) sorted by relevance

/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/
H A DCsoundHtmlOnlyWrapper.h46 int compileCsdText(const QString &text);
47 int CompileCsdText(const QString &text) { return compileCsdText(text);} in CompileCsdText()
H A Dcsoundhtmlwrapper.h45 int compileCsdText(const QString &text);
H A DCsoundHtmlOnlyWrapper.cpp69 int CsoundHtmlOnlyWrapper::compileCsdText(const QString &text) { in compileCsdText() function in CsoundHtmlOnlyWrapper
H A Dcsoundhtmlwrapper.cpp92 int CsoundHtmlWrapper::compileCsdText(const QString &text) { in compileCsdText() function in CsoundHtmlWrapper
/dports/audio/csound/csound-6.15.0/Android/CsoundAndroid/jni/
H A Dcsound_oboe.hpp84 %javamethodmodifiers CsoundOboe::compileCsdText(const char *text)
456 virtual int compileCsdText(const char *csd_text){ in compileCsdText() function in CsoundOboe
/dports/audio/csound/csound-6.15.0/Android/CsoundAndroid/src/com/csounds/
H A DCsoundObj.java199 public void compileCsdText(String csd_text) { in compileCsdText() method in CsoundObj
/dports/audio/csound/csound-6.15.0/Android/CsoundForAndroid/CsoundAndroid/src/main/java/com/csounds/
H A DCsoundObj.java197 public void compileCsdText(String csd_text) { in compileCsdText() method in CsoundObj
/dports/audio/csound/csound-6.15.0/interfaces/
H A Dctcsound.py839 def compileCsdText(self, csd_text): member in Csound