Evaluates Csound orchestra code. * * @param {string} codeString A string containing the orchestra code.
(codeString)
| 143 | * @param {string} codeString A string containing the orchestra code. |
| 144 | */ |
| 145 | evaluateCode(codeString) { |
| 146 | this.port.postMessage(["evalCode", codeString]); |
| 147 | } |
| 148 | |
| 149 | /** Reads a numeric score string. |
| 150 | * |
no test coverage detected