Method

AgsAudioAudioset_instrument_name

since: 3.1.0

Declaration [src]

void
ags_audio_set_instrument_name (
  AgsAudio* audio,
  gchar* instrument_name
)

Description [src]

Sets instrument name.

Available since: 3.1.0

Parameters

instrument_name

Type: gchar*

The instrument name.

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