hou.Track class

All Methods Replaces

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 of float

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.

Replaces

chop expression function , chopcf expression function , chopci expression function , chopct expression function , chopf expression function , chopi expression function , chopl expression function , chopstr expression function , chopt expression function