Home | Trees | Indices | Help |
|
---|
|
The class containing accurate timer and timed queue methods.
Thread safe queue handling is inherited from theTime.py. Automation is executed via a queue of events to be executed in time, format for the queue is a list of events, with each event represented as a list with the following format: [type, time, data]. The type field is a string, to be parsed in eventCaller.parseEvents(). Time is in beats and may be fractional. The data field may contain several parameters (not as sublist).
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|||
queueMutex The mutex for thread safe handling of the queue list. |
|||
queue The list of events in the timed queue. |
|||
beatCounter Counter for quarter notes at a given bpm. |
|||
fractionalBeat Counter for fractions of a beat. |
|||
bpm The tempo in beats per minute for the beat counter. |
|||
runClock Flag to run or pause the clock. |
|||
csoundKr Csound control rate, value will be set by csound at (csound) init. |
|||
Inherited from |
|
|||
Inherited from |
|
|
|
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Wed Jul 23 20:26:14 2008 | http://epydoc.sourceforge.net |