- Source:
Methods
(static) createNode(InputChannelCount, OutputChannelCount) → {object}
This static method creates a new CsoundNode.
Parameters:
Name | Type | Description |
---|---|---|
InputChannelCount |
number | number of input channels |
OutputChannelCount |
number | number of output channels |
- Source:
Returns:
- Type
- object
(static) importScripts(script_base)
This static method is used to asynchronously setup scripts for AudioWorklet Csound
Parameters:
Name | Type | Default | Description |
---|---|---|---|
script_base |
string | ./ | A string containing the base path to scripts |
- Source: