SchedAutomation#
- class csoundengine.schedevent.SchedAutomation(param, pairs, interpolation='linear', delay=None, overtake=False)[source]#
Bases:
objectAttributes Summary
A delay of None indicates that the delay is the same as the event to which this automation belongs
Interpolation kind, one of linear, cos, ...
If True, use the current value of the parameter as initial value, diregarding the value in the automation line
Attributes Documentation
-
delay:
float|None= None# A delay of None indicates that the delay is the same as the event to which this automation belongs
-
interpolation:
str= 'linear'# Interpolation kind, one of linear, cos, …
-
overtake:
bool= False# If True, use the current value of the parameter as initial value, diregarding the value in the automation line
This is also done if the first value in the automation line is NAN
-
delay: