Reads a numeric score string. * * @param {string} scoreString A string containing a numeric score. * @memberof CsoundMixin
(scoreString)
| 345 | */ |
| 346 | |
| 347 | readScore(scoreString) { |
| 348 | CSOUND.readScore(this.csound, scoreString); |
| 349 | }, |
| 350 | |
| 351 | /** Sets the value of a control channel in the software bus |
| 352 | * |