Add missing methods to Linux Clock implementation.#97
Add missing methods to Linux Clock implementation.#97marcel303 wants to merge 1 commit intoAbleton:masterfrom
Conversation
|
What is the reason you want to add this? |
Hm, I was under the impression somehow I should use ticks for time stamps. Not sure where I got that idea (maybe I copy-pasted some example code). I've used ticks through out the code base before I began porting to Linux. But if I understand you correctly, I should be using micros for the cross-platform code, and use ticksToMicros to convert mHostTime on macOS to micros? |
|
|
No description provided.