Houdini 20.5 Nodes APEX nodes

ch::EvaluateLayered

Creates a channel from the sum of a set of channels.

On this page
Since 20.0

Evaluates a set of channels at a frequency of samplerate, and returns a channel created by summing the samples together.

Inputs

channels: VariadicArg<ApexChannel>

The channels to be evaluated and summed.

samplerate: Float

The frequency at which to evaluate the channels.

Outputs

outchannel: ApexChannel

The channel created by layering channels together.

See also

APEX nodes