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

Function SetStringChannel

Emscripten/src/csound.js:332–334  ·  view source on GitHub ↗

* Sets the value of a string channel in csound.Csound. * * @param {string} name The channel to be set. * @param {string} string The string to set the channel.

(name, string)

Source from the content-addressed store, hash-verified

330 * @param {string} string The string to set the channel.
331 */
332 function SetStringChannel(name, string) {
333 csound.Csound.setStringChannel(name, string);
334 }
335
336 /**
337 * Requests the value of a control channel in csound.Csound.

Callers

nothing calls this directly

Calls 1

setStringChannelMethod · 0.45

Tested by

no test coverage detected