Function

AgsAudioMidiBuilderTrackfind_delta_time_with_track_name

since: 3.0.0

Declaration [src]

GList*
ags_midi_builder_track_find_delta_time_with_track_name (
  GList* midi_builder_track,
  guint64 absolute_time,
  gchar* track_name
)

Description [src]

Finds matching AgsMidiBuilderTrack-struct within midi_builder_track GList-struct.

Available since: 3.0.0

This function is not directly available to language bindings.

Parameters

midi_builder_track

Type: A list of gpointer

The AgsMidiBuilderTrack.

The data is owned by the caller of the function.
absolute_time

Type: guint64

The absolute time.

track_name

Type: gchar*

The track’s string representation.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: A list of gpointer

The matching GList-struct.

The data is owned by the called function.