Evaluates Csound orchestra code. * * @param {string} codeString A string containing the orchestra code. * @memberof CsoundMixin
(codeString)
| 336 | */ |
| 337 | |
| 338 | evaluateCode(codeString) { |
| 339 | CSOUND.evaluateCode(this.csound, codeString); |
| 340 | }, |
| 341 | /** Reads a numeric score string. |
| 342 | * |
| 343 | * @param {string} scoreString A string containing a numeric score. |
nothing calls this directly
no test coverage detected