Constructor
AgsAudioNotationnew
since: 3.0.0
Declaration [src]
AgsNotation*
ags_notation_new (
GObject* audio,
guint audio_channel
)
Parameters
audio
-
Type:
GObject
The assigned
AgsAudio
.The data is owned by the caller of the function. audio_channel
-
Type:
guint
The audio channel to apply.
Return value
Type: AgsNotation
The new AgsNotation
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |