| 693 | } |
| 694 | |
| 695 | void CsoundPerformanceThread::SetScoreOffsetSeconds(double timeVal) |
| 696 | { |
| 697 | QueueMessage(new CsPerfThreadMsg_SetScoreOffsetSeconds(this, timeVal)); |
| 698 | } |
| 699 | |
| 700 | int CsoundPerformanceThread::Join() |
| 701 | { |
no outgoing calls
no test coverage detected