Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from juce-framework:master #1

Merged
merged 197 commits into from
Dec 5, 2022

Conversation

pull[bot]
Copy link

@pull pull bot commented Dec 1, 2022

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

reuk and others added 30 commits August 23, 2022 13:43
…ndering with OpenGL

This patch fixes an issue where closing and reopening a plugin editor in
Live could cause it to display at the wrong scale when using OpenGL.
reuk and others added 28 commits November 2, 2022 11:43
…ating component is deleted in response to such an event
Mirrors the behaviour of CMake by only adding signing identity field to
project when identity is not empty.
…tion 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.
Xcode 14 has minimum deployment targets of macos 10.13 and iOS 11.
…callback

As opposed to the number of hardware output channels.
…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.
@pull pull bot added the ⤵️ pull label Dec 1, 2022
@sysfce2 sysfce2 merged commit bbd6ccb into sysfce2:master Dec 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet