Function
AgsAudioMidifind_near_timestamp
since: 3.0.0
Declaration [src]
GList*
ags_midi_find_near_timestamp (
GList* midi,
guint audio_channel,
AgsTimestamp* timestamp
)
Parameters
midi-
Type: A list of
NoneThe
GList-struct containingAgsMidi.The data is owned by the caller of the function. audio_channel-
Type:
guintThe matching audio channel.
timestamp-
Type:
AgsTimestampThe matching timestamp, or
NULLto match any timestamp.The argument can be NULL.The data is owned by the caller of the function.