Home
last modified time | relevance | path

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

/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/
H A DCsoundHtmlOnlyWrapper.h48 int compileOrc(const QString &text);
49 int CompileOrc(const QString &text) { return compileOrc(text);} in CompileOrc()
H A Dcsoundhtmlwrapper.h46 int compileOrc(const QString &text);
H A DCsoundHtmlOnlyWrapper.cpp73 int CsoundHtmlOnlyWrapper::compileOrc(const QString &text) { in compileOrc() function in CsoundHtmlOnlyWrapper
H A Dcsoundhtmlwrapper.cpp99 int CsoundHtmlWrapper::compileOrc(const QString &text) { in compileOrc() function in CsoundHtmlWrapper
/dports/audio/csound/csound-6.15.0/Android/CsoundAndroid/jni/
H A Dcsound_oboe.hpp88 %javamethodmodifiers CsoundOboe::compileOrc(const char *text)
459 virtual int compileOrc(const char *str){ in compileOrc() function in CsoundOboe
/dports/audio/csound/csound-6.15.0/Android/CsoundAndroid/src/com/csounds/
H A DCsoundObj.java207 public void compileOrc(String orchestraString) { in compileOrc() method in CsoundObj
/dports/audio/csound/csound-6.15.0/Android/CsoundForAndroid/CsoundAndroid/src/main/java/com/csounds/
H A DCsoundObj.java204 public void compileOrc(String orchestraString) { in compileOrc() method in CsoundObj
/dports/audio/csound/csound-6.15.0/interfaces/
H A Dctcsound.py737 def compileOrc(self, orc): member in Csound