Home | Trees | Indices | Help |
|
---|
|
|
|||
|
__init__(self,
theTime) Class constructor. |
||
|
csoundThreadRoutine(self) Start the performanceThread, a C++ thread for running csound, independent from the Python GIL. |
||
|
stop(self) Terminate the csound performanceThread. |
|
|||
|
isRunning A flag that keeps the thread running, can be deleted when we start using csnd.PerformanceThread properly |
||
|
theTime Pointer to the precise timed queue. |
||
|
csoundThread The csoundThreadRoutine is run in it's own thread |
|
|
|
|
|
isRunningA flag that keeps the thread running, can be deleted when we start using csnd.PerformanceThread properly |
theTimePointer to the precise timed queue. |
csoundThreadThe csoundThreadRoutine is run in it's own thread |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Mon Feb 23 14:31:59 2009 | http://epydoc.sourceforge.net |