* Sends orchestra code to be compiled by csound.Csound. * * @param {string} s A string containing the code.
(s)
| 144 | * @param {string} s A string containing the code. |
| 145 | */ |
| 146 | function CompileOrc(s) { |
| 147 | csound.Csound.evaluateCode(s); |
| 148 | } |
| 149 | |
| 150 | |
| 151 | /** |
nothing calls this directly
no test coverage detected