Home
last modified time | relevance | path

Searched refs:kMicrosToOSCunits (Results 1 – 4 of 4) sorted by relevance

/dports/audio/supercollider/SuperCollider-3.11.0-Source/server/scsynth/
H A DSC_Time.hpp31 const double kMicrosToOSCunits = 4294.967296; // pow(2,32)/1e6 variable
H A DSC_Audio_Android.cpp175 f = (uint64)((double)tv.tv_usec * kMicrosToOSCunits); in GetCurrentOSCTime()
H A DSC_PortAudio.cpp59 f = (uint64)((pa_time - s) * 1000000 * kMicrosToOSCunits); in PaStreamTimeToOSC()
H A DSC_CoreAudio.cpp99 … ((int64)(tv.tv_sec + kSECONDS_FROM_1900_to_1970) << 32) + (int64)(tv.tv_usec * kMicrosToOSCunits); in syncOSCOffsetWithTimeOfDay()
150 f = (uint64)((double)tv.tv_usec * kMicrosToOSCunits); in GetCurrentOSCTime()