MCPcopy Create free account
hub / github.com/csound/csound / setControlChannel

Function setControlChannel

Emscripten/module/src/CsoundScriptProcessorNode.js:358–360  ·  view source on GitHub ↗

Sets the value of a control channel in the software bus * * @param {string} channelName A string containing the channel name. * @param {number} value The value to be set. * @memberof CsoundMixin

(channelName, value)

Source from the content-addressed store, hash-verified

356 */
357
358 setControlChannel(channelName, value) {
359 CSOUND.setControlChannel(this.csound, channelName, value);
360 },
361
362 /** Sets the value of a string channel in the software bus
363 *

Callers

nothing calls this directly

Calls 1

setControlChannelMethod · 0.45

Tested by

no test coverage detected