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

Method getStringChannel

Emscripten/module/src/CsoundNode.js:219–221  ·  view source on GitHub ↗

Get the latest requested string channel data * * @param {string} channelName A string containing the channel name. * @returns {string} The latest channel value requested.

(channelName)

Source from the content-addressed store, hash-verified

217 * @returns {string} The latest channel value requested.
218 */
219 getStringChannel(channelName) {
220 return this.stringChannels[channelName];
221 }
222
223 /** Request the data from a Csound function table
224 *

Callers 3

tests.jsFile · 0.45
requestStringChannelFunction · 0.45
handleMessageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected