mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
Previously, the elapsed time in nanoseconds was multiplied by 1e6 instead of 1e-6, leading to incorrect timestamps on incoming messages. This change also DRYs the code handling time conversions between the native/host time and JUCE timestamps (milliseconds in double format). |
||
|---|---|---|
| .. | ||
| audio_io | ||
| midi_io | ||
| native | ||
| sources | ||
| juce_audio_devices.cpp | ||
| juce_audio_devices.h | ||
| juce_audio_devices.mm | ||