Home
last modified time | relevance | path

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 DCarlaBackend.h1048 ENGINE_CALLBACK_PATCHBAY_CONNECTION_ADDED = 27, enumerator
/dports/audio/carla/Carla-2.4.1/source/utils/
H A DCarlaBackendUtils.hpp277 case ENGINE_CALLBACK_PATCHBAY_CONNECTION_ADDED: in EngineCallbackOpcode2Str()
/dports/audio/carla/Carla-2.4.1/source/backend/engine/
H A DCarlaEngineGraph.cpp229ENGINE_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 DCarlaEngineJuce.cpp523 ENGINE_CALLBACK_PATCHBAY_CONNECTION_ADDED, in refreshExternalGraphPorts()
548 ENGINE_CALLBACK_PATCHBAY_CONNECTION_ADDED, in refreshExternalGraphPorts()
H A DCarlaEngineRtAudio.cpp563 ENGINE_CALLBACK_PATCHBAY_CONNECTION_ADDED, in refreshExternalGraphPorts()
589 ENGINE_CALLBACK_PATCHBAY_CONNECTION_ADDED, in refreshExternalGraphPorts()
H A DCarlaEngineJack.cpp3380 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 Dcarla_backend.py755 ENGINE_CALLBACK_PATCHBAY_CONNECTION_ADDED = 27 variable
H A Dcarla_host.py3106 elif action == ENGINE_CALLBACK_PATCHBAY_CONNECTION_ADDED: