Method

AgsAudioOscServeradd_controller

since: 3.0.0

Declaration [src]

void
ags_osc_server_add_controller (
  AgsOscServer* osc_server,
  GObject* osc_controller
)

Description [src]

Add osc_controller to osc_server.

Available since: 3.0.0

Parameters

osc_controller

Type: GObject

The AgsOscController.

The data is owned by the caller of the function.