Get the latest requested string channel data * * @param {string} channelName A string containing the channel name. * @returns {string} The latest channel value requested.
(channelName)
| 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 | * |
no outgoing calls
no test coverage detected