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

Function Event

Emscripten/src/csound.js:205–207  ·  view source on GitHub ↗

* Sends line events to csound.Csound. * * @param {string} s A string containing the line events.

(s)

Source from the content-addressed store, hash-verified

203 * @param {string} s A string containing the line events.
204 */
205 function Event(s) {
206 csound.Csound.readScore(s);
207 }
208
209 /**
210 * Sets the value of a control channel in csound.Csound.

Callers

nothing calls this directly

Calls 1

readScoreMethod · 0.45

Tested by

no test coverage detected