Method

AgsAudioAutomationfind_point

since: 3.0.0

Declaration [src]

AgsAcceleration*
ags_automation_find_point (
  AgsAutomation* automation,
  guint x,
  gdouble y,
  gboolean use_selection_list
)

Description [src]

Find acceleration by offset and acceleration.

Available since: 3.0.0

Parameters

x

Type: guint

X offset.

y

Type: gdouble

Y value acceleration, will be ignored.

use_selection_list

Type: gboolean

If TRUE selection is searched.

Return value

Type: AgsAcceleration

The matching acceleration.

The data is owned by the instance.