Constructor
AgsAudioApplySFZInstrumentnew
since: 3.17.0
Declaration [src]
AgsApplySFZInstrument*
ags_apply_sfz_instrument_new (
AgsSFZSynthUtil* synth_template,
AgsSFZSynthUtil* synth
)
Parameters
synth_template-
Type:
AgsSFZSynthUtilThe synth template.
The data is owned by the caller of the function. synth-
Type:
AgsSFZSynthUtilThe synth.
The data is owned by the caller of the function.
Return value
Type: AgsApplySFZInstrument
An new AgsApplySFZInstrument.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |