Home
last modified time | relevance | path

Searched refs:osc_error (Results 1 – 16 of 16) sorted by relevance

/dports/audio/dssi/dssi-1.1.1/examples/
H A Ddssi_osc_update.c35 void osc_error(int num, const char *msg, const char *path) in osc_error() function
60 st = lo_server_thread_new(NULL, osc_error); in main()
H A Dless_trivial_synth_qt_gui.cpp299 osc_error(int num, const char *msg, const char *path) in osc_error() function
472 osc_server = lo_server_new(NULL, osc_error); in main()
H A Dtrivial_sampler_qt_gui.cpp477 osc_error(int num, const char *msg, const char *path) in osc_error() function
655 osc_server = lo_server_new(NULL, osc_error); in main()
/dports/audio/lmms/lmms-1.2.2/plugins/zynaddsubfx/zynaddsubfx/src/UI/NSM/
H A DClient.C199 lo_server_add_method(_server, "/error", "sis", &Client::osc_error, this); in init()
243 &Client::osc_error, in init_thread()
358 Client::osc_error(const char *path, in osc_error() function
H A DClient.H124 static int osc_error(const char *path,
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dnsmclient.cc180 lo_server_add_method (_server, "/error", "sis", &Client::osc_error, this); in init()
206 lo_server_thread_add_method (_st, "/error", "sis", &Client::osc_error, this); in init_thread()
282 …Client::osc_error (const char *path, const char *types, lo_arg **argv, int argc, lo_message msg, v… in osc_error() function in NSM::Client
H A Dnsmclient.h105 …static int osc_error (const char *path, const char *types, lo_arg **argv, int argc, lo_message msg…
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/src/UI/NSM/
H A DClient.C199 lo_server_add_method(_server, "/error", "sis", &Client::osc_error, this); in init()
243 &Client::osc_error, in init_thread()
358 Client::osc_error(const char *path, in osc_error() function
H A DClient.H124 static int osc_error(const char *path,
/dports/audio/hexter/hexter-1.0.3/extra/
H A Dtextui_main.c92 osc_error(int num, const char *msg, const char *path) in osc_error() function
284 osc_server = lo_server_new(NULL, osc_error); in main()
/dports/audio/eteroj-lv2/eteroj.lv2-0.10.0/
H A Deteroj_io.c48 char osc_error [STR_LEN]; member
194 .offset = offsetof(plugstate_t, osc_error),
583 if(strcmp(handle->state.osc_error, err)) in _handle_enum()
585 strncpy(handle->state.osc_error, err, STR_LEN-1); in _handle_enum()
/dports/audio/hexter/hexter-1.0.3/src/
H A Dgui_main.c99 osc_error(int num, const char *msg, const char *path) in osc_error() function
350 osc_server = lo_server_new(NULL, osc_error); in main()
/dports/audio/whysynth/whysynth-20120903/src/
H A Dgui_main.c90 osc_error(int num, const char *msg, const char *path) in osc_error() function
367 osc_server = lo_server_new(NULL, osc_error); in main()
/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/studio/
H A DAudioPluginOSCGUIManager.cpp47 static void osc_error(int num, const char *msg, const char *path) in osc_error() function
111 m_serverThread = lo_server_thread_new(nullptr, osc_error); in checkOSCThread()
/dports/audio/fluidsynth-dssi/fluidsynth-dssi-1.0.0/src/
H A DFluidSynth-DSSI_gtk.c134 osc_error(int num, const char *msg, const char *path) in osc_error() function
1204 osc_server = lo_server_new(NULL, osc_error); in main()
/dports/audio/dssi/dssi-1.1.1/jack-dssi-host/
H A Djack-dssi-host.c119 void osc_error(int num, const char *m, const char *path);
1226 serverThread = lo_server_thread_new(NULL, osc_error); in main()
1565 void osc_error(int num, const char *msg, const char *path) in osc_error() function