Function
AgsAudioMidiadd
since: 3.0.0
Declaration [src]
GList*
ags_midi_add (
GList* midi,
AgsMidi* new_midi
)
Parameters
midi
-
Type: A list of
None
The
GList
-struct containingAgsMidi
.The data is owned by the caller of the function. new_midi
-
Type:
AgsMidi
The midi to add.
The data is owned by the caller of the function.