.. |
java/com/roli/juce
|
Whitespace
|
6 years ago |
juce_MidiDataConcatenator.h
|
MIDI: Do not treat sysex final byte as an initial byte
|
6 years ago |
juce_android_Audio.cpp
|
Re-structured the low-level Android native code
|
6 years ago |
juce_android_Midi.cpp
|
Re-structured the low-level Android native code
|
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
|
iOS: Set the audio session category to AVAudioSessionCategoryPlayback when no input channels have been requested and add the AVAudioSessionCategoryOptionAllowBluetoothA2DP option to the session to get the best available sample rate when bluetooth headphones are connected
|
6 years ago |
juce_ios_Audio.h
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
juce_linux_ALSA.cpp
|
Added support for Bela MIDI input
|
7 years ago |
juce_linux_Bela.cpp
|
Added support for Bela MIDI input
|
7 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
|
Whitespace
|
6 years ago |
juce_mac_CoreAudio.cpp
|
Fixed a potential out-of-bounds array access in the CoreAudio internals
|
6 years ago |
juce_mac_CoreMidi.cpp
|
macOS: Ensure that the global CoreMIDI client is initialised when calling MIDI I/O methods
|
6 years ago |
juce_win32_ASIO.cpp
|
Added support for lower sample rates to audio devices
|
6 years ago |
juce_win32_DirectSound.cpp
|
Converted some old typedefs to using declarations
|
7 years ago |
juce_win32_Midi.cpp
|
Windows: Updated the WinRT MIDI interface
|
6 years ago |
juce_win32_WASAPI.cpp
|
Cancel any pending async updates in the WASAPIAudioIODevice destructor
|
6 years ago |