| 437 | return csoundGetOutputName(csound); |
| 438 | } |
| 439 | virtual long GetCurrentTimeSamples(){ |
| 440 | return csoundGetCurrentTimeSamples(csound); |
| 441 | } |
| 442 | virtual void SetHostImplementedAudioIO(int state, int bufSize) |
| 443 | { |
| 444 | csoundSetHostImplementedAudioIO(csound, state, bufSize); |
no test coverage detected