Top |
gpointer ags_osc_node_controller_get_data (AgsOscNodeController *osc_node_controller
,AgsOscConnection *osc_connection
,guchar *message
,guint message_size
);
Get node.
osc_node_controller |
||
osc_connection |
the AgsOscConnection |
|
message |
the message received |
|
message_size |
the message size |
Since: 3.0.0
AgsOscNodeController * ags_osc_node_controller_new ();
Instantiate new AgsOscNodeController
Since: 3.0.0
“get-data”
signalgpointer user_function (AgsOscNodeController *osc_node_controller, GObject *osc_connection, gpointer message, guint message_size, gpointer user_data)
The ::get-data signal is emited during get data of node controller.
osc_node_controller |
||
osc_connection |
the AgsOscConnection |
|
message |
the message received |
|
message_size |
the message size |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last
Since: 3.0.0