Class: CsoundScriptProcessorNodeFactory

CsoundScriptProcessorNodeFactory

This E6 class is used to setup scripts and allow the creation of new CsoundScriptProcessorNode objects

Methods

(static) createNode(inputChannelCount, outputChannelCount) → {object}

This static method creates a new CsoundScriptProcessorNode.
Parameters:
Name Type Default Description
inputChannelCount number 1 Number of input channels
outputChannelCount number 2 Number of output channels
Source:
Returns:
A new CsoundScriptProcessorNode
Type
object

(static) importScripts(script_base)

This static method is used to asynchronously setup scripts for ScriptProcessorNode Csound
Parameters:
Name Type Default Description
script_base string ./ A string containing the base path to scripts
Source: