Method

AgsAudioAutomationadd_point_to_selection

since: 3.0.0

Declaration [src]

void
ags_automation_add_point_to_selection (
  AgsAutomation* automation,
  guint x,
  gdouble y,
  gboolean replace_current_selection
)

Description [src]

Select acceleration at position.

Available since: 3.0.0

Parameters

x

Type: guint

X offset.

y

Type: gdouble

Y acceleration value.

replace_current_selection

Type: gboolean

If TRUE selection is replaced.