| 152 | } |
| 153 | |
| 154 | ASIOError ASIOCanSampleRate(ASIOSampleRate sampleRate) |
| 155 | { |
| 156 | if(!theAsioDriver) |
| 157 | return ASE_NotPresent; |
| 158 | return theAsioDriver->canSampleRate(sampleRate); |
| 159 | } |
| 160 | |
| 161 | ASIOError ASIOGetSampleRate(ASIOSampleRate *currentRate) |
| 162 | { |
nothing calls this directly
no test coverage detected