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

Method setStringChannel

Emscripten/module/src/CsoundNode.js:172–175  ·  view source on GitHub ↗

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

(channelName, value)

Source from the content-addressed store, hash-verified

170 * @param {string} stringValue The string to be set.
171 */
172 setStringChannel(channelName, value) {
173 this.port.postMessage(["setStringChannel",
174 channelName, value]);
175 }
176
177 /** Request the data from a control channel
178 *

Callers 3

setStringChannelFunction · 0.45
handleMessageMethod · 0.45
SetStringChannelFunction · 0.45

Calls 1

postMessageMethod · 0.65

Tested by

no test coverage detected