* Sends a score to be read by csound.Csound. * * @param {string} s A string containing the score.
(s)
| 194 | * @param {string} s A string containing the score. |
| 195 | */ |
| 196 | function ReadScore(s) { |
| 197 | csound.Csound.readScore(s); |
| 198 | } |
| 199 | |
| 200 | /** |
| 201 | * Sends line events to csound.Csound. |