| 867 | } |
| 868 | |
| 869 | PUBLIK void CsoundPTsetScoreOffsetSeconds(Cpt pt, double timeVal) |
| 870 | { |
| 871 | CsoundPerformanceThread *cpt = (CsoundPerformanceThread *)pt; |
| 872 | cpt->SetScoreOffsetSeconds(timeVal); |
| 873 | } |
| 874 | |
| 875 | PUBLIK int CsoundPTjoin(Cpt pt) |
| 876 | { |
nothing calls this directly
no test coverage detected