| 183 | } |
| 184 | |
| 185 | ASIOError ASIOSetClockSource(long reference) |
| 186 | { |
| 187 | if(!theAsioDriver) |
| 188 | return ASE_NotPresent; |
| 189 | return theAsioDriver->setClockSource(reference); |
| 190 | } |
| 191 | |
| 192 | ASIOError ASIOGetSamplePosition(ASIOSamples *sPos, ASIOTimeStamp *tStamp) |
| 193 | { |
nothing calls this directly
no test coverage detected