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

Function SetChannel

Emscripten/src/csound.js:215–217  ·  view source on GitHub ↗

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

(name, value)

Source from the content-addressed store, hash-verified

213 * @param {number} value The value to set the channel.
214 */
215 function SetChannel(name, value) {
216 csound.Csound.setControlChannel(name, value);
217 }
218
219 /**
220 * Sends a MIDI channel message to Csound's MIDI input.

Callers

nothing calls this directly

Calls 1

setControlChannelMethod · 0.45

Tested by

no test coverage detected