1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_audio_devices/native
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
..
asio ASIO: Bundle required headers from SDK 2025-10-21 17:32:36 +01:00
java/app/com/rmsl/juce MIDI: Add support for MIDI 2.0 I/O using Universal MIDI Packets 2025-09-17 12:50:07 +01:00
javaopt/app/com/rmsl/juce MIDI: Add support for MIDI 2.0 I/O using Universal MIDI Packets 2025-09-17 12:50:07 +01:00
oboe Android: Update Oboe to 1.9.0 2024-11-05 13:28:10 +00:00
juce_ALSA_linux.cpp Versioning: Add the JUCE version number to any internally created threads 2024-09-26 08:10:56 +00:00
juce_ALSA_weak_linux.h MIDI: Add support for MIDI 2.0 I/O using Universal MIDI Packets 2025-09-17 12:50:07 +01:00
juce_ASIO_windows.cpp MinGW: Remove support 2024-06-27 18:10:21 +01:00
juce_Audio_android.cpp Android: Remove unnecessary SDK version checks 2025-03-19 11:06:17 +00:00
juce_Audio_ios.cpp iOS and macOS: Use consistent capitalisation with @available syntax 2025-09-25 14:56:34 +01:00
juce_Audio_ios.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_CoreAudio_mac.cpp CoreAudio: Respect buffer size passed to audio callback 2025-06-03 16:08:20 +01:00
juce_CoreMidi_mac.mm CoreMidi: Fix timestamps for incoming MIDI messages 2025-11-03 18:30:24 +00:00
juce_DirectSound_windows.cpp Versioning: Add the JUCE version number to any internally created threads 2024-09-26 08:10:56 +00:00
juce_HighPerformanceAudioHelpers_android.h Platform: Remove compatibility checks for Android 20 and earlier 2024-07-03 13:45:37 +01:00
juce_JackAudio.cpp JACK: Fix build failure on Linux when JUCE_JACK=1 2025-09-17 12:50:07 +01:00
juce_Midi_android.cpp UMP: Fix typos and add detail to docs 2025-09-17 12:50:07 +01:00
juce_Midi_linux.cpp Linux MIDI: Fix a compiler warning 2025-09-30 11:39:22 +01:00
juce_Midi_windows.cpp MIDI: Add support for MIDI 2.0 I/O using Universal MIDI Packets 2025-09-17 12:50:07 +01:00
juce_Oboe_android.cpp JNI: Tidying 2025-09-17 12:50:05 +01:00
juce_OpenSL_android.cpp Android: Remove unnecessary SDK version checks 2025-03-19 11:06:17 +00:00
juce_WASAPI_windows.cpp Smart Pointers: Add a new enum for indicating if a smart point should increment a reference count or not 2025-09-25 14:56:34 +01:00