Constructor

AgsAudioApplySFZInstrumentnew

since: 3.17.0

Declaration [src]

AgsApplySFZInstrument*
ags_apply_sfz_instrument_new (
  AgsSFZSynthUtil* synth_template,
  AgsSFZSynthUtil* synth
)

Description [src]

Creates an AgsApplySFZInstrument.

Available since: 3.17.0

Parameters

synth_template

Type: AgsSFZSynthUtil

The synth template.

The data is owned by the caller of the function.
synth

Type: AgsSFZSynthUtil

The 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.