Home
last modified time | relevance | path

Searched refs:_broadcast_handler (Results 1 – 2 of 2) sorted by relevance

/dports/audio/carla/Carla-2.4.1/source/backend/
H A DCarlaStandaloneNSM.cpp108 …read_add_method(fServerThread, nullptr, nullptr, _broadcast_handler, this); in announce()
630 …static int _broadcast_handler(const char* path, const char* types, lo_arg** argv, int argc, lo_mes… in _broadcast_handler() function in CarlaNSM
/dports/audio/carla/Carla-2.4.1/source/backend/plugin/
H A DCarlaPluginJack.cpp180 …static int _broadcast_handler(const char* path, const char* types, lo_arg** argv, int argc, lo_mes… in _broadcast_handler() function in CarlaPluginJackThread
327 lo_server_add_method(fOscServer, nullptr, nullptr, _broadcast_handler, this); in run()