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

Embed Carla windows into UI on Linux by implementing a Wayland compositor #199

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

SanderVocke
Copy link
Owner

Plugins each having their own window is already a bit messy sometimes.

But the clutter gets more frustrating because each FX chain has its own Carla instance, which has its own window as well (and they al look alike).

By implementing a Wayland compositor, we can embed the carla windows in our UI to reduce the clutter. For now, the plugins themselves won't all work on Wayland so we leave them in their own windows.

Copy link

codecov bot commented Mar 26, 2024

Codecov Report

Attention: Patch coverage is 58.25243% with 43 lines in your changes are missing coverage. Please review.

Project coverage is 70.20%. Comparing base (5724a6a) to head (4f75c08).
Report is 19 commits behind head on master.

❗ Current head 4f75c08 differs from pull request most recent head 8c82371. Consider uploading reports for the commit 8c82371 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #199      +/-   ##
==========================================
- Coverage   70.27%   70.20%   -0.08%     
==========================================
  Files         247      249       +2     
  Lines       25039    25150     +111     
==========================================
+ Hits        17596    17656      +60     
- Misses       7443     7494      +51     
Flag Coverage Δ
back-end 69.72% <0.00%> (-0.08%) ⬇️
pytest 6.06% <0.00%> (+<0.01%) ⬆️
qml 69.64% <65.21%> (-0.07%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
Python 76.10% <84.61%> (+0.04%) ⬆️
C(++) 69.99% <0.00%> (-0.08%) ⬇️

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