Skip to content

Commit

Permalink
Update carla
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Jun 18, 2023
1 parent 490286b commit 83f3ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion carla
Submodule carla updated 52 files
+36 −13 .github/workflows/release.yml
+0 −54 Makefile
+1 −1 Makefile.dist.mk
+110 −28 cmake/CMakeLists.txt
+35 −47 source/backend/CarlaHost.h
+5 −5 source/backend/CarlaStandalone.cpp
+8 −1 source/backend/CarlaUtils.h
+9 −11 source/backend/engine/CarlaEngineBridge.cpp
+6 −1 source/backend/engine/CarlaEngineJack.cpp
+15 −0 source/backend/engine/CarlaEngineNative.cpp
+3 −3 source/backend/plugin/CarlaPluginJuce.cpp
+22 −0 source/backend/utils/CachedPlugins.cpp
+2 −2 source/backend/utils/Information.cpp
+16 −3 source/backend/utils/PluginDiscovery.cpp
+3 −18 source/bridges-plugin/CarlaBridgePlugin.cpp
+8 −102 source/bridges-plugin/Makefile
+8 −51 source/discovery/Makefile
+18 −0 source/discovery/carla-discovery.cpp
+2 −10 source/frontend/CarlaFrontend.h
+1 −3 source/frontend/Makefile
+6 −1 source/frontend/carla_app.py
+18 −17 source/frontend/carla_frontend.py
+15 −27 source/frontend/carla_host.py
+0 −19 source/frontend/pluginlist/__init__.py
+0 −411 source/frontend/pluginlist/discovery.py
+0 −851 source/frontend/pluginlist/discoverythread.py
+1,466 −1,376 source/frontend/pluginlist/pluginlistdialog.cpp
+41 −51 source/frontend/pluginlist/pluginlistdialog.hpp
+0 −1,000 source/frontend/pluginlist/pluginlistdialog.py
+27 −20 source/frontend/pluginlist/pluginlistdialog.ui
+0 −590 source/frontend/pluginlist/pluginlistrefreshdialog.cpp
+0 −81 source/frontend/pluginlist/pluginlistrefreshdialog.hpp
+0 −473 source/frontend/pluginlist/pluginlistrefreshdialog.py
+0 −610 source/frontend/pluginlist/pluginlistrefreshdialog.ui
+65 −0 source/frontend/pluginlist/pluginrefreshdialog.hpp
+190 −0 source/frontend/pluginlist/pluginrefreshdialog.ui
+35 −0 source/frontend/utils/qcarlastring.hpp
+2 −2 source/modules/AppConfig.h
+3 −61 source/modules/carla_juce/Makefile
+3 −61 source/modules/juce_audio_basics/Makefile
+3 −61 source/modules/juce_audio_devices/Makefile
+3 −61 source/modules/juce_audio_processors/Makefile
+3 −61 source/modules/juce_core/Makefile
+3 −61 source/modules/juce_data_structures/Makefile
+3 −61 source/modules/juce_events/Makefile
+3 −61 source/modules/juce_graphics/Makefile
+3 −61 source/modules/juce_gui_basics/Makefile
+3 −61 source/modules/juce_gui_extra/Makefile
+6 −0 source/plugin/Makefile
+3 −0 source/plugin/symbols/carla-native-plugin.def
+3 −0 source/plugin/symbols/carla-native-plugin.txt
+3 −0 source/plugin/symbols/carla-native-plugin.version

0 comments on commit 83f3ce8

Please sign in to comment.