Function

AgsAudioMidiadd

since: 3.0.0

Declaration [src]

GList*
ags_midi_add (
  GList* midi,
  AgsMidi* new_midi
)

Description [src]

Add new_midi sorted to midi.

Available since: 3.0.0

Parameters

midi

Type: A list of None

The GList-struct containing AgsMidi.

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.

Return value

Type: A list of None

The new beginning of midi.

The data is owned by the called function.