ModuleConfig.addRouting

Adds a routing to the audio configuration. Automatically creates nodes if names are not recognized either as module ports or audio outputs.

class ModuleConfig
public
void
addRouting
(
string from
,
string to
)

Parameters

from string

Source of the routing. Can be either a module output or a node.

to string

Destination of the routing. Can be either a module input, a node, or an audio output.

Meta