1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00
JUCE/modules/juce_audio_devices
reuk 8b0ae502ff
CoreMidi: Fix timestamps for incoming MIDI messages
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).
2025-11-03 18:30:24 +00:00
..
audio_io Bela: Drop support 2025-09-17 12:50:05 +01:00
midi_io UMPEndpoint: Fix -Wimplicit-int-enum-cast warning under clang 21 2025-09-25 18:38:24 +01:00
native CoreMidi: Fix timestamps for incoming MIDI messages 2025-11-03 18:30:24 +00:00
sources AudioTransportSource: hasStreamFinished returns true when stream finished 2024-12-11 13:48:47 +00:00
juce_audio_devices.cpp ASIO: Bundle required headers from SDK 2025-10-21 17:32:36 +01:00
juce_audio_devices.h ASIO: Bundle required headers from SDK 2025-10-21 17:32:36 +01:00
juce_audio_devices.mm Update licensing information 2024-04-16 11:39:35 +01:00