* Sends line events to csound.Csound. * * @param {string} s A string containing the line events.
(s)
| 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. |