Method
AgsAudioSFZInstrumentLoaderget_synth
since: 3.17.0
Declaration [src]
AgsSFZSynthUtil*
ags_sfz_instrument_loader_get_synth (
AgsSFZInstrumentLoader* sfz_instrument_loader
)
Description [src]
Get AgsSFZSynthUtil
-struct synth of sfz_instrument_loader
.
Available since: 3.17.0
Gets property | AgsAudio.SFZInstrumentLoader:synth |
Return value
Type: AgsSFZSynthUtil
The assigned AgsSFZSynthUtil
-struct.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |