ed
|
6722194260
|
Bump version number to 5.4.3
|
6 years ago |
Tom Poole
|
10fc12da84
|
Fixed a typo
|
6 years ago |
Tom Poole
|
79e2da2204
|
iOS: Fixed an audio channel issue
|
6 years ago |
Tom Poole
|
e3ebe5aed1
|
Bump version number to 5.4.2
|
6 years ago |
Tom Poole
|
7d13b82a10
|
Fixed a bug attempting to open an audio device with zero channels
|
6 years ago |
ed
|
a234721110
|
Added various clang-tidy modernize-* fixes
|
6 years ago |
ed
|
360be3400d
|
Added an "app" subfolder to all of the native/java directories and updated modules/juce_core/native/java/README.txt
|
6 years ago |
jules
|
cdb55f70c2
|
Changes to avoid some clang warnings
|
6 years ago |
ed
|
fb353dd08d
|
macOS: Fixed a bug where a CoreAudio device could be started when it wasn't previously running
|
6 years ago |
Tom Poole
|
10733ffbc0
|
iOS: Use an OS-provided conversion between native format short samples and floats
|
6 years ago |
ed
|
c9a7b41864
|
Made a few of the AudioIODeviceType subclasses weak referenceable to avoid dangling references
|
6 years ago |
ed
|
87281fc784
|
Marked MIDIInput and MIDIOutput as final
|
6 years ago |
ed
|
b3bcb66349
|
ASIO: Blacklist some misbehaving drivers
|
6 years ago |
ed
|
6bb7618e1e
|
ASIO: Call convertASIOString() in getLastDriverError()
|
6 years ago |
ed
|
dfcc9d758e
|
WASAPI: Re-open the audio device when waking up
|
6 years ago |
ed
|
0b539f5330
|
Cancel any pending async updates in the WASAPIAudioIODevice destructor
|
6 years ago |
dimitri
|
0ae5e233cd
|
MIDI: Do not treat sysex final byte as an initial byte
|
6 years ago |
ed
|
8346b578b5
|
Removed a stray logging statement from the WASAPI code
|
6 years ago |
ed
|
81f162a43d
|
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 |
ed
|
166e1d1185
|
macOS: Ensure that the global CoreMIDI client is initialised when calling MIDI I/O methods
|
6 years ago |
Tom Poole
|
d81ce3ce03
|
Fixed an issue falling back to an incompatible audio device configuration after a disconnection
|
6 years ago |
Tom Poole
|
faf7fb1960
|
Fixed a bug in the AudioDeviceSelectorComponent when selecting zero channels
|
6 years ago |
Tom Poole
|
578022d011
|
Allowed the AudioDeviceManager to fall back to the default device on device disconnection
|
6 years ago |
ed
|
f4c67f6fa7
|
Whitespace
|
7 years ago |
ed
|
eaf0f990d4
|
Replaced all uses of static_cast<Type&&> with std::move
|
7 years ago |
ed
|
de181762d2
|
IAA: Call AudioIODeviceCallback::audioDeviceStopped() when IAA is disconnected
|
7 years ago |
cesare
|
ca3f1167fb
|
Fix Xcode warnings
|
7 years ago |
hogliux
|
008b7a9ab2
|
Re-structured the low-level Android native code
Please see the forum post "Re-structuring of JUCE’s low-level Android code" and the BREAKING-CHANGES.txt for more information.
|
7 years ago |
ed
|
6d39f01793
|
Bump version number to 5.4.1
|
7 years ago |
Tom Poole
|
f0a4b67915
|
Android: Fixed some compiler warnings
|
7 years ago |
cesare
|
73ac883b2f
|
Tidied up Oboe asserts, made logging clearer and removed some redundant code
|
7 years ago |
ed
|
0b8fcc7a15
|
Bump version number to 5.4.0
|
7 years ago |
jules
|
1ab38ab874
|
Added a compile error if you try to enable both Oboe and openSL
|
7 years ago |
cesare
|
b434434d07
|
Fix Oboe assertions on Android
|
7 years ago |
jules
|
e19c673b4e
|
Whitespace
|
7 years ago |
Lukasz Kozakiewicz
|
2718ce96f0
|
Updates to support the latest Oboe (c5c3cc17f7).
|
7 years ago |
Tom Poole
|
d83360a771
|
Windows: Updated the WinRT MIDI interface
|
7 years ago |
jules
|
9054620d67
|
Updated some Oboe calls that had changed name
|
7 years ago |
ed
|
9b4ba780ed
|
Fixed a potential out-of-bounds array access in the CoreAudio internals
|
7 years ago |
ed
|
0b71fdb9a8
|
Added support for lower sample rates to audio devices
|
7 years ago |
ed
|
c43e62a16a
|
Whitespace
|
7 years ago |
cesare
|
be56122e7e
|
Linux: Fix problem with ALSA midi name in console applications
|
7 years ago |
Tom Poole
|
98def04379
|
WinRT: Added a dedicated ComPtr class
|
7 years ago |
jules
|
86b4fd72a0
|
Added support for extremely high sample rates to audio devices
|
7 years ago |
jules
|
a54535bc31
|
Made openSL select a default sample rate when 0 is passed in
|
7 years ago |
jules
|
048cfd6a3c
|
Handled some uncaught error cases in android openSL
|
7 years ago |
jules
|
cfc85445b5
|
Minor tidying up
|
7 years ago |
Tom Poole
|
419e5a3aa2
|
Suppressed some warnings in the Windows headers
|
7 years ago |
jules
|
5979288706
|
Added some macros for asserting when functions are called in an unsafe manner outside the message thread.
|
7 years ago |
jules
|
2433163b2f
|
Added a couple of workarounds for address sanitiser warnings
|
7 years ago |