Home Reference Source
public class | source

SynthControl

Extends:

dryadic~Dryad → SynthControl

Sends nodeSet messages to the Synth in the parent context.

This takes a Bacon.js stream which should return objects {param: value, ...} and sends nodeSet messages to the parent Synth.

SynthControl should be a child of a Synth, Group or other Dryad that sets context.nodeID

Method Summary

Public Methods
public

add(player: *): *

public

remove(): *

public

If there is no SCServer in the parent context, then this will wrap itself in an SCServer

Public Methods

public add(player: *): * source

Params:

NameTypeAttributeDescription
player *

Return:

*

public remove(): * source

Return:

*

public requireParent(): string source

If there is no SCServer in the parent context, then this will wrap itself in an SCServer

Return:

string