AgsApplySFZSynth

AgsApplySFZSynth — apply SFZ synth to channel

Stability Level

Stable, unless otherwise indicated

Functions

Includes

#include <ags/audio/task/ags_apply_sfz_synth.h>

Description

The AgsApplySFZSynth task apply the specified SFZ synth to channel.

Functions

ags_apply_sfz_synth_new ()

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

Creates an AgsApplySFZSynth.

Parameters

sfz_synth_generator

the AgsSFZSynthGenerator

 

start_channel

the start AgsChannel

 

base_note

the base note

 

count

the count of lines

 

Returns

an new AgsApplySFZSynth.

Since: 3.4.0