Method
AgsAudioAudioContainerfind_sound_resource
since: 3.0.0
Declaration [src]
GList*
ags_audio_container_find_sound_resource (
AgsAudioContainer* audio_container,
gchar* preset,
gchar* instrument,
gchar* sample
)
Parameters
preset
-
Type:
gchar*
The preset.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. instrument
-
Type:
gchar*
The instrument.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. sample
-
Type:
gchar*
The sample.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.