The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ed c50a50d4f2 Windows: Add a fallback for win32 MIDI devices that don't support the DRV_QUERYDEVICEINTERFACE message 6 years ago
..
java/app/com/roli/juce Added support for ID-based MIDI devices 6 years ago
juce_MidiDataConcatenator.h Replace isInitialByte() check with isStatusByte() in MidiDataConcatenator::processSysex() to fix truncated sysex messages 6 years ago
juce_android_Audio.cpp Re-structured the low-level Android native code 6 years ago
juce_android_Midi.cpp Added support for ID-based MIDI devices 6 years ago
juce_android_Oboe.cpp Re-structured the low-level Android native code 6 years ago
juce_android_OpenSL.cpp Replaced all uses of static_cast<Type&&> with std::move 6 years ago
juce_ios_Audio.cpp Fixed a typo 6 years ago
juce_ios_Audio.h Made a few of the AudioIODeviceType subclasses weak referenceable to avoid dangling references 6 years ago
juce_linux_ALSA.cpp Added support for Bela MIDI input 7 years ago
juce_linux_Bela.cpp Added support for ID-based MIDI devices 6 years ago
juce_linux_JackAudio.cpp Added getXRunCount to AudioIODevice as a way to get Xrun counts from underlying hardware 7 years ago
juce_linux_Midi.cpp Added support for ID-based MIDI devices 6 years ago
juce_mac_CoreAudio.cpp Changes to avoid some clang warnings 6 years ago
juce_mac_CoreMidi.cpp macOS: Fallback for creating unique ID for MIDI ports if the bundleRef isn't created 6 years ago
juce_win32_ASIO.cpp ASIO: Blacklist some misbehaving drivers 6 years ago
juce_win32_DirectSound.cpp Windows: Use a default sample rate if one hasn't been specified in DSoundAudioIODevice::open() 6 years ago
juce_win32_Midi.cpp Windows: Add a fallback for win32 MIDI devices that don't support the DRV_QUERYDEVICEINTERFACE message 6 years ago
juce_win32_WASAPI.cpp Made a few of the AudioIODeviceType subclasses weak referenceable to avoid dangling references 6 years ago