createConstantSource method

WAConstantSourceNode createConstantSource()

Create a ConstantSourceNode.

Implementation

WAConstantSourceNode createConstantSource() {
  final id = backend.createConstantSource(_ctxId);
  return WAConstantSourceNode(nodeId: id, contextId: _ctxId);
}