Constructor
AgsAudioNotenew_with_offset
since: 3.0.0
Declaration [src]
AgsNote*
ags_note_new_with_offset (
guint x0,
guint x1,
guint y,
gdouble stream_delay,
gdouble stream_attack
)
Parameters
x0
-
Type:
guint
X0.
x1
-
Type:
guint
X1.
y
-
Type:
guint
Y.
stream_delay
-
Type:
gdouble
Delay.
stream_attack
-
Type:
gdouble
Attack.
Return value
Type: AgsNote
The new AgsNote
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |