Searched refs:ENGINE_CALLBACK_PATCHBAY_CONNECTION_ADDED (Results 1 – 8 of 8) sorted by relevance
/dports/audio/carla/Carla-2.4.1/source/backend/ |
H A D | CarlaBackend.h | 1048 ENGINE_CALLBACK_PATCHBAY_CONNECTION_ADDED = 27, enumerator
|
/dports/audio/carla/Carla-2.4.1/source/utils/ |
H A D | CarlaBackendUtils.hpp | 277 case ENGINE_CALLBACK_PATCHBAY_CONNECTION_ADDED: in EngineCallbackOpcode2Str()
|
/dports/audio/carla/Carla-2.4.1/source/backend/engine/ |
H A D | CarlaEngineGraph.cpp | 229 … ENGINE_CALLBACK_PATCHBAY_CONNECTION_ADDED, connectionToId.id, 0, 0, 0, 0.0f, strBuf); in connect() 861 ENGINE_CALLBACK_PATCHBAY_CONNECTION_ADDED, in refresh() 881 ENGINE_CALLBACK_PATCHBAY_CONNECTION_ADDED, in refresh() 901 ENGINE_CALLBACK_PATCHBAY_CONNECTION_ADDED, in refresh() 921 ENGINE_CALLBACK_PATCHBAY_CONNECTION_ADDED, in refresh() 2096 ENGINE_CALLBACK_PATCHBAY_CONNECTION_ADDED, in connect() 2267 ENGINE_CALLBACK_PATCHBAY_CONNECTION_ADDED, in refresh()
|
H A D | CarlaEngineJuce.cpp | 523 ENGINE_CALLBACK_PATCHBAY_CONNECTION_ADDED, in refreshExternalGraphPorts() 548 ENGINE_CALLBACK_PATCHBAY_CONNECTION_ADDED, in refreshExternalGraphPorts()
|
H A D | CarlaEngineRtAudio.cpp | 563 ENGINE_CALLBACK_PATCHBAY_CONNECTION_ADDED, in refreshExternalGraphPorts() 589 ENGINE_CALLBACK_PATCHBAY_CONNECTION_ADDED, in refreshExternalGraphPorts()
|
H A D | CarlaEngineJack.cpp | 3380 ENGINE_CALLBACK_PATCHBAY_CONNECTION_ADDED, in handleJackPortConnectCallback() 4005 ENGINE_CALLBACK_PATCHBAY_CONNECTION_ADDED, in initJackPatchbay()
|
/dports/audio/carla/Carla-2.4.1/source/frontend/ |
H A D | carla_backend.py | 755 ENGINE_CALLBACK_PATCHBAY_CONNECTION_ADDED = 27 variable
|
H A D | carla_host.py | 3106 elif action == ENGINE_CALLBACK_PATCHBAY_CONNECTION_ADDED:
|