Method

AgsAudioIpatchDLS2Readerget_sample_by_instrument_index

since: 3.0.0

Declaration [src]

gchar**
ags_ipatch_dls2_reader_get_sample_by_instrument_index (
  AgsIpatchDLS2Reader* ipatch_dls2_reader,
  guint instrument_index
)

Description [src]

Get sample by instrument index.

Available since: 3.0.0

Parameters

instrument_index

Type: guint

The instrument index.

Return value

Type: An array of utf8

The string vector containing sample.

The array is NULL-terminated.
The caller of the method takes ownership of the data, and is responsible for freeing it.
Each element is a NUL terminated UTF-8 string.