AlgaArg:
Filter:
AlgaLib/Classes (extension) | Alga

AlgaArg
ExtensionExtension

Represents a reference to an AlgaNode with custom scaling and channels mapping

Description

An AlgaArg represents a direct reference to a running AlgaNode. This can be then used as a parameter for other running AlgaNodes and AlgaPatterns.

Class Methods

.new

Create a new AlgaArg.

Arguments:

node

The running AlgaNode.

chans

A specific channels mapping to take from the node.

scale

A specific scaling to apply to the output of the node.

Examples

AlgaNode

AlgaPattern