Home | Trees | Indices | Help |
|
---|
|
baseComp.BaseComp --+ | SerialMelody
|
|||
|
__init__(self,
eventCaller='') Class contructor. |
||
|
getData(self) Generate pitch, duration and delta time for the next note in the melody. |
||
|
setParameter(self,
parameter,
value) Set a class variable. |
||
Inherited from |
|
|||
|
eventCaller Pointer to the event caller. |
||
|
isPlaying A flag indicating if the melody should continue playing or not. |
||
|
pitches The original pitch series. |
||
|
deltaTimes The collection of (relative) delta times to select from. |
||
|
durations The collection of (relative) durations to select from. |
||
|
pan The stereo pan value. |
||
|
reverb The reverb send value. |
||
|
instrument The csound instrument for playback of events. |
||
|
currentPitches The temporary pitch series, updated as values are being used for note events. |
||
|
currentDeltaTimes The temporary delta time series, updated as values are being used for note events. |
||
|
currentDurations The temporary duration series, updated as values are being used for note events. |
|
|
|
|
|
eventCallerPointer to the event caller. |
isPlayingA flag indicating if the melody should continue playing or not. |
pitchesThe original pitch series. |
deltaTimesThe collection of (relative) delta times to select from. |
durationsThe collection of (relative) durations to select from. |
panThe stereo pan value. |
reverbThe reverb send value. |
instrumentThe csound instrument for playback of events. |
currentPitchesThe temporary pitch series, updated as values are being used for note events. |
currentDeltaTimesThe temporary delta time series, updated as values are being used for note events. |
currentDurationsThe temporary duration series, updated as values are being used for note events. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Mon Feb 23 14:31:59 2009 | http://epydoc.sourceforge.net |