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

Function setStringChannel

Emscripten/module/src/CsoundScriptProcessorNode.js:369–371  ·  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. * @memberof CsoundMixin

(channelName, value)

Source from the content-addressed store, hash-verified

367 */
368
369 setStringChannel(channelName, value) {
370 CSOUND.setStringChannel(this.csound, channelName, value);
371 },
372
373 /** Request the data from a control channel
374 *

Callers

nothing calls this directly

Calls 1

setStringChannelMethod · 0.45

Tested by

no test coverage detected