Method

AgsAudioAutomationremove_acceleration_at_position

since: 3.0.0

Declaration [src]

gboolean
ags_automation_remove_acceleration_at_position (
  AgsAutomation* automation,
  guint x,
  gdouble y
)

Description [src]

Removes one AgsAcceleration of automation.

Available since: 3.0.0

Parameters

x

Type: guint

X offset.

y

Type: gdouble

Y value of acceleration.

Return value

Type: gboolean

TRUE if successfully removed acceleration, else FALSE.