MCPcopy Create free account
hub / github.com/csound/csound / GetCurrentTimeSamples

Function GetCurrentTimeSamples

include/csound.hpp:439–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Callers 3

current_time_samplesMethod · 0.70
current_time_secondsMethod · 0.70
getCurrentTimeSamplesFunction · 0.50

Calls 1

Tested by

no test coverage detected