hou.Track
class
Each hou.ChopNode contains its data in one or more tracks. A track contains a sequence of floating point samples over time. Each track has a unique name in its containing CHOP.
Methods
allSamples(self)→ tuple offloat-
Returns all the sample values in this track.
chopNode(self)→ hou.ChopNode-
Returns the hou.ChopNode owner of this track.
eval(self)→float-
Returns the value of this track at the current time.
evalAtFrame(self, frame)→float-
Returns the value of this track at a given frame.
evalAtSampleIndex(self, index)→float-
Returns the value of the track at a given sample index.
evalAtTime(self, time)→float-
Returns the value of this track at a given time.
name(self)→str-
Returns the name of this track (each track in a CHOP has a unique name).
numSamples(self)→int-
Return the number of samples in this track.