1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-15 00:24:19 +00:00
JUCE/modules/juce_audio_devices/native
2019-10-01 22:52:22 +01:00
..
java/app/com/roli/juce Added support for ID-based MIDI devices 2019-02-28 16:30:04 +00:00
juce_android_Audio.cpp Fixed some Android compiler warnings 2019-06-06 16:50:12 +01:00
juce_android_Midi.cpp Updated the MidiInput/Output methods to return unique_ptrs 2019-05-22 15:45:06 +01:00
juce_android_Oboe.cpp Tidied up some divider comments 2019-09-06 12:00:26 +01:00
juce_android_OpenSL.cpp Tidied up some divider comments 2019-09-06 12:00:26 +01:00
juce_ios_Audio.cpp Fixed some Android compiler warnings 2019-06-06 16:50:12 +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 Fixed some more Linux compiler warnings 2019-06-06 10:25:19 +01:00
juce_linux_Bela.cpp Bela: Support for analog inputs 2019-08-30 19:21:25 +01: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 Updated the MidiInput/Output methods to return unique_ptrs 2019-05-22 15:45:06 +01:00
juce_mac_CoreAudio.cpp macOS: Fixed some deprecation warnings and silenced some others for the time being 2019-06-24 15:05:17 +01:00
juce_mac_CoreMidi.cpp iOS: Added an assertion if attempting to use MIDI in an iOS 13 simulator 2019-10-01 22:52:22 +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 Windows: Fixed a crash when releasing a specific ASIO driver 2019-07-22 14:00:49 +01: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: Updated SystemStats::getOperatingSystemType() to use RtlGetVersion() 2019-07-19 14:12:02 +01:00
juce_win32_WASAPI.cpp Windows: Clear the bufferSizes array in WASAPIAudioIODevice::initialise() to avoid duplicate values being added when re-initialising 2019-07-22 09:55:40 +01:00