| .. |
|
java/app/com/roli/juce
|
Added support for ID-based MIDI devices
|
2019-02-28 16:30:04 +00:00 |
|
juce_android_Audio.cpp
|
Re-structured the low-level Android native code
|
2018-11-13 12:33:40 +00:00 |
|
juce_android_Midi.cpp
|
Added support for ID-based MIDI devices
|
2019-02-28 16:30:04 +00:00 |
|
juce_android_Oboe.cpp
|
Re-structured the low-level Android native code
|
2018-11-13 12:33:40 +00:00 |
|
juce_android_OpenSL.cpp
|
Replaced all uses of static_cast<Type&&> with std::move
|
2018-11-28 17:29:20 +00:00 |
|
juce_ios_Audio.cpp
|
macOS: Cleaned up old 10.6 support ifdefs
|
2019-04-05 10:05:21 +01:00 |
|
juce_ios_Audio.h
|
Made a few of the AudioIODeviceType subclasses weak referenceable to avoid dangling references
|
2019-01-16 10:35:40 +00:00 |
|
juce_linux_ALSA.cpp
|
Added support for Bela MIDI input
|
2018-06-22 08:22:28 +01:00 |
|
juce_linux_Bela.cpp
|
Added support for ID-based MIDI devices
|
2019-02-28 16:30:04 +00:00 |
|
juce_linux_JackAudio.cpp
|
Added getXRunCount to AudioIODevice as a way to get Xrun counts from underlying hardware
|
2017-09-21 16:26:07 +01:00 |
|
juce_linux_Midi.cpp
|
Added support for ID-based MIDI devices
|
2019-02-28 16:30:04 +00:00 |
|
juce_mac_CoreAudio.cpp
|
Fix for CoreAudio where some drivers failed to start with a default sample rate.
|
2019-05-08 15:41:27 +01:00 |
|
juce_mac_CoreMidi.cpp
|
iOS: Made it clear that the "Audio Background Capability" setting must be enabled for MidiInput/Output::createNewDevice() to succeed
|
2019-04-03 16:59:51 +01:00 |
|
juce_MidiDataConcatenator.h
|
Replace isInitialByte() check with isStatusByte() in MidiDataConcatenator::processSysex() to fix truncated sysex messages
|
2019-03-19 14:59:09 +00:00 |
|
juce_win32_ASIO.cpp
|
ASIO: Blacklist some misbehaving drivers
|
2019-01-15 17:45:53 +00:00 |
|
juce_win32_DirectSound.cpp
|
Windows: Use a default sample rate if one hasn't been specified in DSoundAudioIODevice::open()
|
2019-03-01 10:17:29 +00:00 |
|
juce_win32_Midi.cpp
|
Windows: Add a fallback for win32 MIDI devices that don't support the DRV_QUERYDEVICEINTERFACE message
|
2019-03-22 09:19:48 +00:00 |
|
juce_win32_WASAPI.cpp
|
Made a few of the AudioIODeviceType subclasses weak referenceable to avoid dangling references
|
2019-01-16 10:35:40 +00:00 |