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

AlgaOut
ExtensionExtension

Represents a temporary output, an AlgaNode, of an AlgaPattern

Description

An AlgaOut can be used to programmatically specify the output of an AlgaPattern. This must only be used in conjunction of the 'out' key of an AlgaPattern.

Class Methods

.new

Create a new AlgaOut.

Arguments:

node

Specify the AlgaNode to output to.

param

Specify the parameter of the AlgaNode to output to.

chans

A specific channels mapping to take from the AlgaPattern.

scale

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

Examples