Skip to content

Commit

Permalink
Update submodules
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Sep 22, 2024
1 parent d031a7d commit 1ae10f6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ CARLA_EXTRA_ARGS = \
CUSTOM_DPF_PATH=$(CURDIR)/dpf \
DGL_NAMESPACE=IldaeilDGL \
STATIC_PLUGIN_TARGET=true \
USE_FILE_BROWSER=true \
USING_CUSTOM_DPF=true \
HAVE_FFMPEG=false \
HAVE_FLUIDSYNTH=false \
Expand Down
2 changes: 1 addition & 1 deletion carla
Submodule carla updated 76 files
+2 −2 .github/workflows/build.yml
+3 −6 .github/workflows/cmake.yml
+3 −3 .github/workflows/dpf.yml
+1 −1 .github/workflows/release.yml
+1 −0 .gitignore
+9 −0 Makefile
+1 −1 Makefile.print.mk
+1 −1 README.md
+6 −0 data/docker/.dockerignore
+46 −0 data/docker/Dockerfile
+25 −0 data/docker/build.sh
+93 −24 source/Makefile.deps.mk
+6 −4 source/Makefile.mk
+1 −1 source/backend/engine/CarlaEngineOsc.hpp
+18 −7 source/backend/engine/CarlaEngineOscHandlers.cpp
+2 −1 source/backend/utils/Makefile
+1 −0 source/bridges-plugin/Makefile
+29 −32 source/frontend/Makefile
+8 −17 source/frontend/bigmeter-ui
+4 −16 source/frontend/carla
+4 −16 source/frontend/carla-control
+4 −16 source/frontend/carla-jack-multi
+4 −16 source/frontend/carla-jack-single
+4 −16 source/frontend/carla-patchbay
+12 −18 source/frontend/carla-plugin
+4 −16 source/frontend/carla-rack
+18 −25 source/frontend/carla_app.py
+8 −17 source/frontend/carla_backend_qt.py
+7 −17 source/frontend/carla_frontend.py
+76 −33 source/frontend/carla_host.py
+8 −17 source/frontend/carla_host_control.py
+16 −20 source/frontend/carla_settings.py
+19 −25 source/frontend/carla_shared.py
+12 −19 source/frontend/carla_skin.py
+32 −21 source/frontend/carla_widgets.py
+31 −28 source/frontend/midipattern-ui
+10 −18 source/frontend/notes-ui
+10 −18 source/frontend/patchcanvas/__init__.py
+12 −19 source/frontend/patchcanvas/canvasbezierline.py
+12 −19 source/frontend/patchcanvas/canvasbezierlinemov.py
+14 −19 source/frontend/patchcanvas/canvasbox.py
+10 −18 source/frontend/patchcanvas/canvasboxshadow.py
+10 −18 source/frontend/patchcanvas/canvasfadeanimation.py
+15 −20 source/frontend/patchcanvas/canvasicon.py
+12 −19 source/frontend/patchcanvas/canvasline.py
+12 −19 source/frontend/patchcanvas/canvaslinemov.py
+26 −20 source/frontend/patchcanvas/canvasport.py
+8 −17 source/frontend/patchcanvas/canvasportglow.py
+12 −19 source/frontend/patchcanvas/patchcanvas.py
+13 −20 source/frontend/patchcanvas/scene.py
+10 −18 source/frontend/patchcanvas/theme.py
+8 −17 source/frontend/patchcanvas/utils.py
+261 −0 source/frontend/qt_compat.py
+8 −17 source/frontend/utils/qsafesettings.py
+32 −25 source/frontend/widgets/canvaspreviewframe.py
+10 −18 source/frontend/widgets/collapsablewidget.py
+12 −19 source/frontend/widgets/commondial.py
+12 −19 source/frontend/widgets/digitalpeakmeter.py
+30 −34 source/frontend/widgets/draggablegraphicsview.py
+14 −20 source/frontend/widgets/ledbutton.py
+17 −21 source/frontend/widgets/paramspinbox.py
+33 −22 source/frontend/widgets/pianoroll.py
+16 −21 source/frontend/widgets/pixmapdial.py
+12 −19 source/frontend/widgets/pixmapkeyboard.py
+14 −21 source/frontend/widgets/racklistwidget.py
+14 −20 source/frontend/widgets/scalablebutton.py
+17 −23 source/frontend/widgets/scalabledial.py
+18 −21 source/frontend/xycontroller-ui
+11 −0 source/includes/dssi/seq_event-compat.h
+7 −2 source/includes/vestige/vestige.h
+6 −0 source/modules/distrho/DistrhoUtils.hpp
+1 −1 source/native-plugins/external
+2 −12 source/plugin/Makefile
+36 −6 source/theme/CarlaStyle.cpp
+73 −63 source/theme/Makefile
+4 −0 source/utils/CarlaUtils.hpp
2 changes: 1 addition & 1 deletion dpf-widgets

0 comments on commit 1ae10f6

Please sign in to comment.