ModuleConfig.removeRouting

Removes a routing from the audio configuration.

class ModuleConfig
public
bool
removeRouting
(
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.

Return Value

Type: bool

True if routing is found and then removed, false otherwise.

Meta