AgsOscController

AgsOscController — base OSC controller

Stability Level

Stable, unless otherwise indicated

Functions

Includes

#include <ags/audio/osc/controller/ags_osc_controller.h>

Description

The AgsOscController is a base object to implement OSC controllers.

Functions

AGS_OSC_CONTROLLER_GET_OBJ_MUTEX()

#define AGS_OSC_CONTROLLER_GET_OBJ_MUTEX(obj) (&(((AgsOscController *) obj)->obj_mutex))

ags_osc_controller_new ()

AgsOscController *
ags_osc_controller_new ();

Instantiate new AgsOscController

Returns

the AgsOscController

Since: 3.0.0