3 files changed
+3
-3
lines changed- .github/workflows/build.yml+31-43
- .github/workflows/cmake.yml+75-77
- .github/workflows/dpf.yml+21-11
- .github/workflows/release.yml+8-1
- cmake/CMakeLists.txt+166-18
- cmake/carla-host-plugin.pc.in+10
- cmake/carla-native-plugin.pc.in+9
- cmake/carla-standalone.pc.in+9
- data/lv2-bundles/files/midifile.ttl+2
- resources/ui/carla_settings.ui+1-1
- source/backend/plugin/CarlaPluginCLAP.cpp+1-1
- source/backend/plugin/CarlaPluginLV2.cpp+45
- source/backend/plugin/CarlaPluginVST3.cpp+4-8
- source/backend/utils/PluginDiscovery.cpp+108-25
- source/discovery/carla-discovery.cpp+53-49
- source/frontend/pluginlist/pluginlistdialog.cpp+47-20
- source/includes/lv2/control-input-port-change-request.h+84
- source/includes/travesty/base.h+1
- source/modules/lilv/serd-0.24.0/src/reader.c+13-3
- source/native-plugins/audio-file.cpp+12-3
- source/plugin/carla-lv2-export.cpp+28-11
- source/plugin/carla-vst-export-bridged.cpp+3-2
- source/utils/CarlaLv2Utils.hpp+4
- source/utils/CarlaMathUtils.hpp+3-3
- source/utils/CarlaUtils.hpp+5-5
- source/utils/CarlaVst3Utils.hpp+5-1
- Makefile.base.mk+11-1
- cmake/DPF-plugin.cmake+1-1
- dgl/Base.hpp+17-13
- dgl/src/ApplicationPrivateData.cpp+18-10
- dgl/src/Cairo.cpp+52-35
- dgl/src/OpenGL.cpp+4-1
- dgl/src/Window.cpp+1-1
- dgl/src/WindowPrivateData.cpp+10-2
- dgl/src/WindowPrivateData.hpp+5-5
- dgl/src/pugl-upstream+1-1
- dgl/src/pugl.cpp+25-2
- distrho/DistrhoDetails.hpp+18-2
- distrho/DistrhoUtils.hpp+33
- distrho/src/DistrhoPluginCLAP.cpp+4-4
- distrho/src/DistrhoPluginChecks.h+11
- distrho/src/DistrhoPluginLV2.cpp+3-3
- distrho/src/DistrhoPluginLV2export.cpp+51-48
- distrho/src/DistrhoPluginVST.hpp+1-1
- distrho/src/DistrhoPluginVST2.cpp+8-8
- distrho/src/DistrhoPluginVST3.cpp+28-16
- distrho/src/DistrhoUILV2.cpp+1-1
- distrho/src/DistrhoUIVST3.cpp+6-4
- examples/Parameters/ExampleUIParameters.cpp+6
- utils/state2json.cpp+139
Submodule dpf-widgets updated 19 files
- opengl/DearImGui.cpp+169-61
- opengl/DearImGui.hpp+3
- opengl/DearImGui/README.txt+1-1
- opengl/DearImGui/imconfig.h+16-17
- opengl/DearImGui/imgui.cpp+3.8k-1.8k
- opengl/DearImGui/imgui.h+607-383
- opengl/DearImGui/imgui_demo.cpp+641-452
- opengl/DearImGui/imgui_draw.cpp+154-163
- opengl/DearImGui/imgui_impl_opengl2.cpp+22-9
- opengl/DearImGui/imgui_impl_opengl2.h+1-1
- opengl/DearImGui/imgui_impl_opengl3.cpp+171-58
- opengl/DearImGui/imgui_impl_opengl3.h+4-4
- opengl/DearImGui/imgui_internal.h+760-329
- opengl/DearImGui/imgui_tables.cpp+187-119
- opengl/DearImGui/imgui_widgets.cpp+1.1k-725
- opengl/DearImGui/imstb_rectpack.h+15-27
- opengl/DearImGui/imstb_textedit.h+19-31
- opengl/DearImGui/imstb_truetype.h+503-321
- tests/Makefile+1-1
0 commit comments