Home
last modified time | relevance | path

Searched refs:osc_control_handler (Results 1 – 17 of 17) sorted by relevance

/dports/audio/hexter/hexter-1.0.3/extra/
H A Dtextui_main.c196 osc_control_handler(const char *path, const char *types, lo_arg **argv, in osc_control_handler() function
286 lo_server_add_method(osc_server, osc_control_path, "if", osc_control_handler, NULL); in main()
/dports/audio/hexter/hexter-1.0.3/src/
H A Dgui_main.c221 osc_control_handler(const char *path, const char *types, lo_arg **argv, in osc_control_handler() function
352 lo_server_add_method(osc_server, osc_control_path, "if", osc_control_handler, NULL); in main()
/dports/audio/whysynth/whysynth-20120903/src/
H A Dgui_main.c200 osc_control_handler(const char *path, const char *types, lo_arg **argv, in osc_control_handler() function
369 lo_server_add_method(osc_server, osc_control_path, "if", osc_control_handler, NULL); in main()
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/DPF/distrho/src/
H A DDistrhoUIDSSI.cpp293 int osc_control_handler(const char*, const char*, lo_arg** argv, int, lo_message, void*) in osc_control_handler() function
428 lo_server_add_method(oscServer, oscPathControl, "if", osc_control_handler, nullptr); in main()
/dports/audio/dragonfly-reverb-lv2/dragonfly-reverb-3.2.5/dpf/distrho/src/
H A DDistrhoUIDSSI.cpp299 int osc_control_handler(const char*, const char*, lo_arg** argv, int, lo_message, void*) in osc_control_handler() function
436 lo_server_add_method(oscServer, oscPathControl, "if", osc_control_handler, nullptr); in main()
/dports/audio/dpf-plugins-lv2/DPF-Plugins-1.4/dpf/distrho/src/
H A DDistrhoUIDSSI.cpp299 int osc_control_handler(const char*, const char*, lo_arg** argv, int, lo_message, void*) in osc_control_handler() function
436 lo_server_add_method(oscServer, oscPathControl, "if", osc_control_handler, nullptr); in main()
/dports/audio/midiomatic-lv2/midiomatic-0.2.0/dpf/distrho/src/
H A DDistrhoUIDSSI.cpp299 int osc_control_handler(const char*, const char*, lo_arg** argv, int, lo_message, void*) in osc_control_handler() function
436 lo_server_add_method(oscServer, oscPathControl, "if", osc_control_handler, nullptr); in main()
/dports/audio/fogpad-lv2/fogpad-port-1.0.0-3-gc52326b/dpf/distrho/src/
H A DDistrhoUIDSSI.cpp299 int osc_control_handler(const char*, const char*, lo_arg** argv, int, lo_message, void*) in osc_control_handler() function
436 lo_server_add_method(oscServer, oscPathControl, "if", osc_control_handler, nullptr); in main()
/dports/audio/nekobi-lv2/Nekobi-840a692/dpf/distrho/src/
H A DDistrhoUIDSSI.cpp296 int osc_control_handler(const char*, const char*, lo_arg** argv, int, lo_message, void*) in osc_control_handler() function
433 lo_server_add_method(oscServer, oscPathControl, "if", osc_control_handler, nullptr); in main()
/dports/audio/wolf-shaper-lv2/wolf-shaper-0.1.8-33-ge84de58/dpf/distrho/src/
H A DDistrhoUIDSSI.cpp300 int osc_control_handler(const char*, const char*, lo_arg** argv, int, lo_message, void*) in osc_control_handler() function
437 lo_server_add_method(oscServer, oscPathControl, "if", osc_control_handler, nullptr); in main()
/dports/audio/zam-plugins-lv2/zam-plugins-3.14/dpf/distrho/src/
H A DDistrhoUIDSSI.cpp296 int osc_control_handler(const char*, const char*, lo_arg** argv, int, lo_message, void*) in osc_control_handler() function
433 lo_server_add_method(oscServer, oscPathControl, "if", osc_control_handler, nullptr); in main()
/dports/audio/ssr-lv2/ssr-e1999da/dpf/distrho/src/
H A DDistrhoUIDSSI.cpp299 int osc_control_handler(const char*, const char*, lo_arg** argv, int, lo_message, void*) in osc_control_handler() function
436 lo_server_add_method(oscServer, oscPathControl, "if", osc_control_handler, nullptr); in main()
/dports/audio/stone-phaser-lv2/stone-phaser-0.1.2-17-gda92961/dpf/distrho/src/
H A DDistrhoUIDSSI.cpp299 int osc_control_handler(const char*, const char*, lo_arg** argv, int, lo_message, void*) in osc_control_handler() function
436 lo_server_add_method(oscServer, oscPathControl, "if", osc_control_handler, nullptr); in main()
/dports/audio/string-machine-lv2/string-machine-0.1.0/dpf/distrho/src/
H A DDistrhoUIDSSI.cpp296 int osc_control_handler(const char*, const char*, lo_arg** argv, int, lo_message, void*)
433 lo_server_add_method(oscServer, oscPathControl, "if", osc_control_handler, nullptr);
/dports/audio/spectacle-lv2/spectacle-2.0-1-g27b1525/dpf/distrho/src/
H A DDistrhoUIDSSI.cpp299 int osc_control_handler(const char*, const char*, lo_arg** argv, int, lo_message, void*) in osc_control_handler() function
436 lo_server_add_method(oscServer, oscPathControl, "if", osc_control_handler, nullptr); in main()
/dports/audio/fluidsynth-dssi/fluidsynth-dssi-1.0.0/src/
H A DFluidSynth-DSSI_gtk.c287 osc_control_handler(const char *path, const char *types, lo_arg **argv, in osc_control_handler() function
1206 lo_server_add_method(osc_server, osc_control_path, "if", osc_control_handler, NULL); in main()
/dports/audio/dssi/dssi-1.1.1/jack-dssi-host/
H A Djack-dssi-host.c1637 osc_control_handler(d3h_instance_t *instance, lo_arg **argv) in osc_control_handler() function
1986 return osc_control_handler(instance, argv); in osc_message_handler()