2 files changed
+8
-1
lines changed- .github/workflows/build.yml+2-7
- .github/workflows/cmake.yml+42-10
- .github/workflows/dpf.yml+1-7
- .github/workflows/release.yml+1-7
- .github/workflows/wine.yml.disabled+2-7
- Makefile+1-1
- cmake/CMakeLists.txt+396-63
- cmake/Info-framework.plist.in+35
- cmake/carla-utils.pc.in+3-3
- source/Makefile.mk+2-2
- source/backend/CarlaBackend.h-1
- source/backend/CarlaStandaloneNSM.cpp+10-8
- source/backend/CarlaUtils.h+137-114
- source/backend/Makefile+24-1
- source/backend/engine/CarlaEngine.cpp+1-1
- source/backend/engine/CarlaEngineNative.cpp+27-27
- source/backend/engine/Makefile+2-2
- source/backend/plugin/CarlaPluginBridge.cpp+27-25
- source/backend/plugin/CarlaPluginCLAP.cpp+29-11
- source/backend/plugin/CarlaPluginLADSPADSSI.cpp+42-36
- source/backend/plugin/CarlaPluginLV2.cpp+8-6
- source/backend/plugin/CarlaPluginVST2.cpp+8-4
- source/backend/plugin/CarlaPluginVST3.cpp+228-62
- source/backend/utils/Makefile+1
- source/backend/utils/PipeClient.cpp+17-5
- source/backend/utils/PluginDiscovery.cpp+206-31
- source/discovery/Makefile+10-5
- source/discovery/carla-discovery.cpp+45-2
- source/frontend/CarlaFrontend.h+25-7
- source/frontend/carla_frontend.py+33-10
- source/frontend/carla_host.py+180-86
- source/frontend/carla_shared.py+4
- source/frontend/pluginlist/pluginlistdialog.cpp+220-84
- source/frontend/pluginlist/pluginlistdialog.hpp+5-7
- source/includes/CarlaDefines.h+4-1
- source/includes/CarlaNativeExtUI.hpp+1-1
- source/jackbridge/JackBridge.hpp+9
- source/jackbridge/JackBridge2.cpp+70-5
- source/jackbridge/JackBridge3.cpp+7-4
- source/jackbridge/JackBridgeExport.cpp+32-10
- source/jackbridge/JackBridgeExport.hpp+9-1
- source/jackbridge/Makefile+8-1
- source/modules/audio_decoder/ad_dr_mp3.c+2-2
- source/modules/audio_decoder/ad_minimp3.c+2-2
- source/modules/zita-resampler/.kdev_include_paths+1
- source/modules/zita-resampler/cresampler.cc+59-59
- source/modules/zita-resampler/resampler-table.cc+50-35
- source/modules/zita-resampler/resampler-table.h+1-1
- source/modules/zita-resampler/resampler.cc+183-100
- source/modules/zita-resampler/resampler.h+13-12
- source/modules/zita-resampler/vresampler.cc+237-126
- source/modules/zita-resampler/vresampler.h+13-12
- source/native-plugins/.kdev_include_paths+3
- source/native-plugins/_data.cpp+8-1
- source/native-plugins/audio-base.hpp+595-612
- source/native-plugins/audio-file.cpp+308-331
- source/native-plugins/midi-pattern.cpp+1-1
- source/plugin/Makefile+12-1
- source/plugin/carla-host-plugin.cpp+1
- source/plugin/carla-native-plugin.cpp+1-1
- source/plugin/carla-vst.cpp+4-3
- source/plugin/carla-vst.hpp+6-1
- source/plugin/symbols/carla-native-plugin.def+3-3
- source/plugin/ui_launcher.cpp+18-1
- source/utils/.kdev_include_paths+1
- source/utils/CarlaBinaryUtils.hpp+1-1
- source/utils/CarlaBridgeUtils.cpp+4-4
- source/utils/CarlaMemUtils.hpp+45
- source/utils/CarlaPipeUtils.cpp+42-35
- source/utils/CarlaPipeUtils.hpp+12-4
- source/utils/CarlaRingBuffer.hpp+55-34
- source/utils/CarlaShmUtils.hpp+2
- source/utils/Lv2AtomRingBuffer.hpp+19-16
Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
| 50 | + | |
| 51 | + | |
| 52 | + | |
50 | 53 |
| |
51 | 54 |
| |
52 | 55 |
| |
| 56 | + | |
53 | 57 |
| |
54 | 58 |
| |
| 59 | + | |
| 60 | + | |
55 | 61 |
| |
| 62 | + | |
56 | 63 |
| |
57 | 64 |
| |
58 | 65 |
| |
|
0 commit comments