Constructor

AgsAudioApplySFZSynthnew

since: 3.4.0

Declaration [src]

AgsApplySFZSynth*
ags_apply_sfz_synth_new (
  AgsSFZSynthGenerator* sfz_synth_generator,
  AgsChannel* start_channel,
  gdouble base_note,
  guint count
)

Description [src]

Creates an AgsApplySFZSynth.

Available since: 3.4.0

Parameters

sfz_synth_generator

Type: AgsSFZSynthGenerator

The AgsSFZSynthGenerator.

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

Type: AgsChannel

The start AgsChannel.

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

Type: gdouble

The base note.

count

Type: guint

The count of lines.

Return value

Type: AgsApplySFZSynth

An new AgsApplySFZSynth.

The caller of the function takes ownership of the data, and is responsible for freeing it.