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
)
Parameters
sfz_synth_generator-
Type:
AgsSFZSynthGeneratorThe
AgsSFZSynthGenerator.The data is owned by the caller of the function. start_channel-
Type:
AgsChannelThe start
AgsChannel.The data is owned by the caller of the function. base_note-
Type:
gdoubleThe base note.
count-
Type:
guintThe 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. |