Method

AgsAudioAutomationfind_region

since: 3.0.0

Declaration [src]

GList*
ags_automation_find_region (
  AgsAutomation* automation,
  guint x0,
  gdouble y0,
  guint x1,
  gdouble y1,
  gboolean use_selection_list
)

Description [src]

Find acceleration by offset and value region.

Available since: 3.0.0

Parameters

x0

Type: guint

Start offset.

y0

Type: gdouble

Value start.

x1

Type: guint

End offset.

y1

Type: gdouble

Value end.

use_selection_list

Type: gboolean

If TRUE selection is searched.

Return value

Type: A list of AgsAcceleration*

The matching accelerations as GList-struct.

The caller of the method takes ownership of the data, and is responsible for freeing it.