| 861 | } |
| 862 | |
| 863 | PUBLIK void CsoundPTinputMessage(Cpt pt, const char *s) |
| 864 | { |
| 865 | CsoundPerformanceThread *cpt = (CsoundPerformanceThread *)pt; |
| 866 | cpt->InputMessage(s); |
| 867 | } |
| 868 | |
| 869 | PUBLIK void CsoundPTsetScoreOffsetSeconds(Cpt pt, double timeVal) |
| 870 | { |
nothing calls this directly
no test coverage detected