reuk
fbf4be05b2
Android: Set thread priority using user-provided value
3 years ago
reuk
e3e8b8a91d
Projucer: Support file permissions in Android 33
3 years ago
reuk
2dc90bd6e6
Variant: Remove unnecessary definitions of static constexpr data members
3 years ago
reuk
e5fc50908e
PopupMenu: Use correct LookAndFeel when computing parent component
3 years ago
reuk
8d4b3774b2
VST3: Add missing warning for clang 15 on Windows
3 years ago
reuk
755e25cb5b
PluginHostType: Add checks for auvaltool and com.apple.audio.InfoHelper
4 years ago
reuk
28f2157912
Convert ignoreUnused to [[maybe_unused]]
3 years ago
Tom Poole
4351e87bdd
Standalone: Allow custom entrypoint definition
3 years ago
Tom Poole
6f629547d5
macOS: Handle unavailable Metal device
3 years ago
Tom Poole
3d81834a30
macOS/iOS: Fixed an issue creating native FileChoosers
3 years ago
Tom Poole
306ed633c6
Bump version number to 7.0.3
3 years ago
attila
23445ebd92
ARAPluginDemo: Add more features to demo host integration
3 years ago
attila
5162793245
CoreAudioIODevice: Fix handling channel configurations with disabled lower bits
Prior to this commit it was not possible to deactivate the first few
channels of an audio device. If say channel 5 was active in the
requested configuration then all channels up to 5 would be active as
well regardless of the provided activation pattern.
3 years ago
attila
b33dde8134
CoreAudio: Report the number of active output channels in the device callback
As opposed to the number of hardware output channels.
3 years ago
attila
2ab1b462b4
AudioProcessorPlayer: Fix crash when number or active outs is less than hardware outs
3 years ago
Tom Poole
b1b1bf37f1
iOS: Suppress a compiler warning
3 years ago
Tom Poole
473283fa19
Projucer: Update the default minimum deployment targets
Xcode 14 has minimum deployment targets of macos 10.13 and iOS 11.
3 years ago
attila
128e980be4
ARA: Update expected ARA SDK version to 2.2.0
3 years ago
reuk
f9b6e2ef69
CoreAudio: Refactoring
3 years ago
attila
9f99f02eb2
CoreAudioIODevice: Fix stale channel information after device information change
Until this commit CoreAudioIODevice could report inconsistent information in its
getActiveOutputChannels() and getOutputChannelNames() functions, and for
inputs as well. The reason for this was that a sudden configuration change
would immediately be reflected by the CoreAudioInternal::Stream::chanNames
member because those are read in the Stream's constructor. The activeChan
member would however just store stale values, until the Stream was recreated
later during device reopen.
This issue could lead to the AudioPluginHost crashing when opening a
Bluetooth headset.
3 years ago
reuk
8d4f176b30
MimeTypes: Speed up release-mode compilation
3 years ago
reuk
83cd6dfc80
SystemStats: Return just "Windows" or "MacOSX" when operating system version is unknown
3 years ago
attila
c1f3d30679
Component::MouseListenerList: Fix bad access
3 years ago
hogliux
b01d8c3619
iOS: Fix a crash when an AUv3 editor is dismissed while showing a native iOS file chooser
3 years ago
Fabian Renn-Giles
f2de0f12b0
GUI: Ensured that mouse listeners are still called even if the originating component is deleted in response to such an event
3 years ago
hogliux
0e20a6fdc5
URL: Add support for anchors in URLs
3 years ago
hogliux
4054e25052
Android: Added the ability to associate a particular file-extension to a mime-type at runtime
3 years ago
hogliux
e30f6e7c0d
Android: Associate .json files with the application/json mime-type
3 years ago
hogliux
9d5b41e212
Android: Fixed a bug which caused android native dialogs to be presented multiple times in a row
3 years ago
reuk
c666381ef9
UIViewComponentPeer: Maintain TextEditor cursor position during deleteBackward
3 years ago
reuk
df45aaeb7b
UIViewComponentPeer: Fix warning
3 years ago
reuk
8d6169fbf5
NSViewComponentPeer: Avoid processing key events directly during IME composition
This fixes an issue where e.g. pressing 'return' to select an item from
an IME list would directly insert a newline character, rather than
selecting the entry.
3 years ago
reuk
d563fcd7b4
NSViewComponentPeer: Use set rather than array for tracking key states
3 years ago
reuk
31e68c66fa
TextEditor: Use NullCheckedInvocation
3 years ago
reuk
0fbd7d7b3f
Functional: Add ScopeGuard implementation
3 years ago
reuk
cbf59e185f
APVTS: Add missing qualification to std::move
3 years ago
reuk
a9a4fae783
AudioProcessorPlayer: Avoid unconditionally replacing playhead
3 years ago
reuk
697643c0b6
Component: Add an assertion to check that the component remains alive when entering modal state
3 years ago
reuk
5ad617edc0
LV2 Host: By default, search in lib64 directories on multilib systems when host is 64-bit
3 years ago
Oli
97a421f4aa
Threading: Add priority support for lambda thread method
3 years ago
chroma
167911b9d2
UIViewComponentPeer: Disable autocomplete suggestions on text input views
3 years ago
hogliux
11bd36b3ce
AudioProcessorGraph: Ensured that nodes are deleted soon after being removed from the graph
3 years ago
hogliux
87d519759e
Synthesiser: Ensured that the voice stealing algorithm does not allocate
3 years ago
hogliux
4abdb6da3e
ASIO: Make "DENON DJ ASIO Driver" workaround more specific to the exact buggy driver version
3 years ago
hogliux
3705a5c413
AUv2: Fix crash in Ableton Live when bus name listeners are called for no reason
3 years ago
reuk
12be2e8838
CoreAudio: Avoid truncating device names
3 years ago
reuk
2336430fea
WeakReference: Remove ambiguous operator==
3 years ago
reuk
978a00bed2
iOS: Updated Desktop::allowedOrientationsChanged to support new API in iOS 16
3 years ago
reuk
ccf9818902
AU Client: Fix bug where PluginHostType reported a wrapper type of "undefined" for AU plug-ins
3 years ago
hogliux
2d42b9a44f
Windows: Added Windows ARM support to JUCE
3 years ago