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

Method setControlChannel

Emscripten/module/src/CsoundNode.js:162–165  ·  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.

(channelName, value)

Source from the content-addressed store, hash-verified

160 * @param {number} value The value to be set.
161 */
162 setControlChannel(channelName, value) {
163 this.port.postMessage(["setControlChannel",
164 channelName, value]);
165 }
166
167 /** Sets the value of a string channel in the software bus
168 *

Callers 3

setControlChannelFunction · 0.45
handleMessageMethod · 0.45
SetChannelFunction · 0.45

Calls 1

postMessageMethod · 0.65

Tested by

no test coverage detected