Home
last modified time | relevance | path

Searched refs:CsoundPerformanceThread (Results 1 – 13 of 13) sorted by relevance

/dports/audio/csound/csound-6.15.0/interfaces/
H A DcsPerfThread.cpp581 CsoundPerformanceThread::~CsoundPerformanceThread() in ~CsoundPerformanceThread()
765 CsoundPerformanceThread *cpt = (CsoundPerformanceThread *)pt; in DeleteCsoundPT()
771 CsoundPerformanceThread *cpt = (CsoundPerformanceThread *)pt; in CsoundPTisRunning()
777 CsoundPerformanceThread *cpt = (CsoundPerformanceThread *)pt; in CsoundPTgetProcessCB()
783 CsoundPerformanceThread *cpt = (CsoundPerformanceThread *)pt; in CsoundPTsetProcessCB()
789 CsoundPerformanceThread *cpt = (CsoundPerformanceThread *)pt; in CsoundPTgetCsound()
795 CsoundPerformanceThread *cpt = (CsoundPerformanceThread *)pt; in CsoundPTgetStatus()
801 CsoundPerformanceThread *cpt = (CsoundPerformanceThread *)pt; in CsoundPTplay()
807 CsoundPerformanceThread *cpt = (CsoundPerformanceThread *)pt; in CsoundPTpause()
813 CsoundPerformanceThread *cpt = (CsoundPerformanceThread *)pt; in CsoundPTtogglePause()
[all …]
H A DcsPerfThread.hpp119 class PUBLIC CsoundPerformanceThread { class
230 CsoundPerformanceThread(Csound *);
231 CsoundPerformanceThread(CSOUND *);
232 ~CsoundPerformanceThread();
H A Dpython_interface.i413 CsoundPerformanceThread *t = (CsoundPerformanceThread *) p; in PythonCallback()
425 %ignore CsoundPerformanceThread::SetProcessCallback(void (*Callback)(void *), void *cbdata);
430 %extend CsoundPerformanceThread {
H A Djava_interface.i77 %ignore CsoundPerformanceThread::SetProcessCallback(void (*Callback)(void *), void *cbdata);
H A Dctcsound.py2717 class CsoundPerformanceThread: class
/dports/audio/csound/csound-6.15.0/tests/c/
H A Dperfthread_test.cpp36 CsoundPerformanceThread performanceThread1(csound.GetCsound()); in test_perfthread()
41 CsoundPerformanceThread performanceThread2(csound.GetCsound()); in test_perfthread()
63 CsoundPerformanceThread performanceThread1(csound.GetCsound()); in test_record()
H A Dserver_test.cpp85 CsoundPerformanceThread performanceThread(csound.GetCsound()); in test_server()
/dports/audio/csound/csound-6.15.0/tests/python/
H A Dtest_empty_initial_csound.py12 perf = csnd6.CsoundPerformanceThread(cs)
/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/
H A Dcsoundhtmlwrapper.cpp53 CsoundPerformanceThread *CsoundHtmlWrapper::getThread() in getThread()
249 getUserData()->perfThread = new CsoundPerformanceThread(getCsound()); in perform()
H A Dcsoundhtmlwrapper.h41 CsoundPerformanceThread *getThread();
H A Dcsoundengine.h70 CsoundPerformanceThread *perfThread;
H A Dcsoundengine.cpp992 ud->perfThread = new CsoundPerformanceThread(ud->csound); in runCsound()
1007 CsoundPerformanceThread *pt = ud->perfThread; in stopCsound()
/dports/audio/csound/csound-6.15.0/etc/
H A DChangeLog2806 CsoundPerformanceThread