Skip to content

Audio Plugin Host and Audio Graph#93

Merged
kunitoki merged 35 commits into
mainfrom
dev/plugin_hosting
May 19, 2026
Merged

Audio Plugin Host and Audio Graph#93
kunitoki merged 35 commits into
mainfrom
dev/plugin_hosting

Conversation

@kunitoki
Copy link
Copy Markdown
Owner

@kunitoki kunitoki commented May 17, 2026

This PR adds:

  • Audio plugin host built on top of AudioProcessor supporting audio and midi on AUv2, VST3 and CLAP hosts
  • Audio graph processor and component for a multithreaded, glitch free, asynchronously updatable audio and midi graph with PDC awareness
image

@codecov
Copy link
Copy Markdown

codecov Bot commented May 17, 2026

Codecov Report

❌ Patch coverage is 75.77037% with 574 lines in your changes missing coverage. Please review.
✅ Project coverage is 73.10%. Comparing base (5e9cddf) to head (99c357a).

Files with missing lines Patch % Lines
...ules/yup_gui/themes/theme_v1/yup_ThemeVersion1.cpp 7.40% 175 Missing ⚠️
...es/yup_audio_gui/graph/yup_AudioGraphComponent.cpp 82.40% 92 Missing ⚠️
modules/yup_gui/menus/yup_PopupMenu.cpp 18.00% 82 Missing ⚠️
.../yup_audio_graph/graph/yup_AudioGraphProcessor.cpp 92.96% 62 Missing ⚠️
..._audio_plugin_host/host/yup_AudioPluginScanner.cpp 53.46% 47 Missing ⚠️
modules/yup_gui/native/yup_Windowing_sdl2.cpp 4.16% 23 Missing ⚠️
...les/yup_audio_gui/graph/yup_AudioGraphNodeView.cpp 72.05% 19 Missing ⚠️
modules/yup_core/memory/yup_MemoryBlock.cpp 92.22% 15 Missing ⚠️
...les/yup_gui/native/yup_WindowingUtilities_sdl2.cpp 0.00% 9 Missing ⚠️
...es/yup_audio_graph/graph/yup_AudioGraphProcessor.h 0.00% 8 Missing ⚠️
... and 14 more
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #93      +/-   ##
==========================================
+ Coverage   73.01%   73.10%   +0.08%     
==========================================
  Files         547      571      +24     
  Lines       53848    56051    +2203     
==========================================
+ Hits        39318    40974    +1656     
- Misses      14530    15077     +547     
Files with missing lines Coverage Δ
...s/yup_audio_graph/graph/yup_AudioGraphConnection.h 100.00% <100.00%> (ø)
...les/yup_audio_graph/graph/yup_AudioGraphEndpoint.h 100.00% <100.00%> (ø)
...dules/yup_audio_graph/graph/yup_AudioGraphNodeID.h 100.00% <100.00%> (ø)
...ules/yup_audio_gui/waveform/yup_AudioThumbnail.cpp 84.69% <100.00%> (+0.07%) ⬆️
...udio_plugin_host/host/yup_AudioPluginDescription.h 100.00% <100.00%> (ø)
...yup_audio_plugin_host/host/yup_AudioPluginFormat.h 100.00% <100.00%> (ø)
modules/yup_core/misc/yup_ResultValue.h 100.00% <100.00%> (ø)
modules/yup_core/xml/yup_XmlElement.h 96.87% <ø> (ø)
modules/yup_dsp/windowing/yup_WindowFunctions.h 84.90% <ø> (ø)
modules/yup_gui/component/yup_ComponentNative.h 0.00% <ø> (ø)
... and 27 more

... and 17 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 5e9cddf...99c357a. 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.

@kunitoki kunitoki merged commit f174142 into main May 19, 2026
40 checks passed
@kunitoki kunitoki deleted the dev/plugin_hosting branch May 19, 2026 13:29
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