AgsApplySynth

AgsApplySynth — apply synth to channel

Stability Level

Stable, unless otherwise indicated

Functions

Includes

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

Description

The AgsApplySynth task apply the specified synth to channel.

Functions

ags_apply_synth_new ()

AgsApplySynth *
ags_apply_synth_new (AgsSynthGenerator *synth_generator,
                     AgsChannel *start_channel,
                     gdouble base_note,
                     guint count);

Creates an AgsApplySynth.

Parameters

synth_generator

the AgsSynthGenerator

 

start_channel

the start AgsChannel

 

base_note

the base note

 

count

the count of lines

 

Returns

an new AgsApplySynth.

Since: 3.0.0