JUCE 8 Update#4
Merged
Merged
Conversation
This fixes DPI scaling inconsistencies on Windows with desktop popups primarily.
This is because initial audio processing would happen on constants designed before having received valid audio stream info. Delay rendering/processing until a handshake has happened with a new pattern.
Ubuntu24 LTS juce update
Structural changes are instead committed atomically now
Need to ensure pixel scaling of tabs end up on good boundaries
~ 59c495b 17 mar 2026 15:45
~ 57f75dd 8 maj 2026 18:00
Also fixed DSP window widget issues on parameter combinations.
Well, emulated through the CPL layer anyway. It was working before, though without notifying the host on value changes.
It was added after request in 3104cbe147492adea1fdd5da68768a6dbf573a7a.
5ee91df to
4e49c8c
Compare
Also fixed uninitialized spectrum gradient colours on first frame when swapping.
Owner
Author
|
More infrastructure unrelated to JUCE 8 is necessary to structurally uncover the performance issues: #7 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Signalizer is currently built on a custom version of JUCE 4. This PR instead versions JUCE as a submodule, referenced from its source location here on github, hoping no custom fixes are necessary anyway.
There has been a lot of interest in a native arm build, so this is the primary motivation beyond HiDPI scaling on Windows.
jasserting when capturing keyboard focusGenerally, looks to be a 40% hit. The driver code is structured differently in JUCE so it's difficult to directly compare where time is being spent. In MacOS it's much worse, whether x86 or arm64 - looking like 4x.
The shared code sections of Signalizer with other plugins is developed in tandem here: jthorborg/cpl#3