Skip to content

Plugin client updates#106

Open
kunitoki wants to merge 45 commits into
mainfrom
dev/plugin_client_updates
Open

Plugin client updates#106
kunitoki wants to merge 45 commits into
mainfrom
dev/plugin_client_updates

Conversation

@kunitoki
Copy link
Copy Markdown
Owner

@kunitoki kunitoki commented May 28, 2026

This PR aims at:

  • add support to AUv2 plugins
  • add support for offline processing in AudioProcessor
  • add support for PlayHead in plugin clients and hosted plugins
  • introduce the new AudioProcessor change which prepares the ground for the streamline of audio/spectral processing RFC:
- void AudioProcessor::processBlock (AudioBuffer<float>& audioBuffer, MidiBuffer& midiBuffer)
+ void AudioProcessor::processBlock (AudioProcessContext<float>& context)
  • add support for per block sample accurate parameter changes, via ParameterChangeBuffer
  • improved gestures handling together when automation is also involved
  • fixed initialisation of plugins gui in all supported formats

@codecov
Copy link
Copy Markdown

codecov Bot commented May 28, 2026

Codecov Report

❌ Patch coverage is 64.06619% with 152 lines in your changes missing coverage. Please review.
✅ Project coverage is 76.94%. Comparing base (186fd60) to head (9a6a3a8).

Files with missing lines Patch % Lines
modules/yup_gui/dialogs/yup_FileChooser.cpp 0.00% 46 Missing ⚠️
modules/yup_gui/menus/yup_PopupMenu.cpp 61.95% 35 Missing ⚠️
...ules/yup_gui/themes/theme_v1/yup_ThemeVersion1.cpp 41.17% 20 Missing ⚠️
...rocessors/processors/yup_AudioParameterBuilder.cpp 64.81% 19 Missing ⚠️
...audio_processors/processors/yup_AudioParameter.cpp 33.33% 8 Missing ⚠️
...p_audio_processors/processors/yup_AudioParameter.h 84.37% 5 Missing ⚠️
modules/yup_gui/component/yup_ComponentNative.cpp 0.00% 5 Missing ⚠️
...p_audio_processors/processors/yup_AudioProcessor.h 0.00% 4 Missing ⚠️
...audio_processors/processors/yup_AudioProcessor.cpp 82.35% 3 Missing ⚠️
..._processors/processors/yup_ParameterChangeBuffer.h 92.00% 2 Missing ⚠️
... and 4 more
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #106      +/-   ##
==========================================
+ Coverage   75.81%   76.94%   +1.13%     
==========================================
  Files         602      601       -1     
  Lines       60841    60075     -766     
==========================================
+ Hits        46125    46227     +102     
+ Misses      14716    13848     -868     
Files with missing lines Coverage Δ
...p_audio_basics/audio_play_head/yup_AudioPlayHead.h 89.11% <ø> (ø)
.../yup_audio_graph/graph/yup_AudioGraphProcessor.cpp 94.78% <100.00%> (+0.01%) ⬆️
...es/yup_audio_graph/graph/yup_AudioGraphProcessor.h 0.00% <ø> (ø)
...audio_plugin_host/host/yup_AudioPluginInstance.cpp 87.50% <100.00%> (-0.60%) ⬇️
...p_audio_plugin_host/host/yup_AudioPluginInstance.h 66.66% <ø> (ø)
modules/yup_core/system/yup_PlatformDefs.h 100.00% <ø> (ø)
modules/yup_core/threads/yup_WaitableEvent.cpp 100.00% <100.00%> (ø)
modules/yup_events/messages/yup_MessageManager.cpp 53.07% <ø> (ø)
modules/yup_events/timers/yup_Timer.cpp 70.74% <100.00%> (-0.69%) ⬇️
modules/yup_gui/application/yup_Application.h 0.00% <ø> (ø)
... and 27 more

... and 5 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 186fd60...9a6a3a8. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant