| .. |
|
java/app/com/roli/juce
|
Added some missing license headers
|
2020-03-16 14:11:06 +00:00 |
|
juce_android_Audio.cpp
|
Fixed some Android compiler warnings
|
2019-06-06 16:50:12 +01:00 |
|
juce_android_HighPerformanceAudioHelpers.h
|
Android: Reverted some recent Oboe buffer size changes
|
2020-04-03 18:56:23 +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
|
Android: Reverted some recent Oboe buffer size changes
|
2020-04-03 18:56:23 +01:00 |
|
juce_android_OpenSL.cpp
|
Android: Reverted some recent Oboe buffer size changes
|
2020-04-03 18:56:23 +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 typos
|
2020-01-07 08:53:23 +00:00 |
|
juce_linux_Bela.cpp
|
Removed dependency on libalchemy for Bela support
|
2019-12-06 14:18:10 +00:00 |
|
juce_linux_JackAudio.cpp
|
Linux: Use plug-in name as preferred fallback if no JACK client name is defined
|
2019-10-21 15:28:02 +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
|
Warnings: Add warning-wrangling header
|
2020-04-13 13:16:05 +01:00 |
|
juce_mac_CoreMidi.cpp
|
macOS: Fixed a typo in the CoreMIDI code when creating device names
|
2019-11-18 14:27:20 +00: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: Avoid logging ASIO errors to the console twice
|
2020-01-30 10:17:20 +00:00 |
|
juce_win32_DirectSound.cpp
|
Windows: Fixed some build errors and warnings when using Clang in Visual Studio
|
2020-02-06 14:07:42 +00:00 |
|
juce_win32_Midi.cpp
|
Fixed some more typos
|
2020-01-07 08:53:23 +00:00 |
|
juce_win32_WASAPI.cpp
|
WASAPI: Suspend processing when AudioSessionStateInactive session event is received and restart on AudioSessionStateActive
|
2020-03-27 18:02:19 +00:00 |