Method
AgsAudioAutomationfind_point
since: 3.0.0
Declaration [src]
AgsAcceleration*
ags_automation_find_point (
AgsAutomation* automation,
guint x,
gdouble y,
gboolean use_selection_list
)
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 returned data is owned by the instance. |