Method

AgsAudioIpatchGigReaderget_instrument_all

since: 3.0.0

Declaration [src]

gchar**
ags_ipatch_gig_reader_get_instrument_all (
  AgsIpatchGigReader* ipatch_gig_reader
)

Description [src]

Get instrument all.

Available since: 3.0.0

Return value

Type: An array of utf8

The string vector containing instrument.

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.