Async versions of the functions above To be removed once everything is made async */
| 448 | To be removed once everything is made async |
| 449 | */ |
| 450 | void csoundInputMessageAsync(CSOUND *csound, const char *message){ |
| 451 | csoundInputMessage_enqueue(csound, message); |
| 452 | } |
| 453 | |
| 454 | void csoundReadScoreAsync(CSOUND *csound, const char *message){ |
| 455 | csoundReadScore_enqueue(csound, message); |
no test coverage detected