AgsApplySF2Synth

AgsApplySF2Synth — apply Soundfont2 synth to channel

Stability Level

Stable, unless otherwise indicated

Functions

Includes

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

Description

The AgsApplySF2Synth task apply the specified Soundfont2 synth to channel.

Functions

ags_apply_sf2_synth_new ()

AgsApplySF2Synth *
ags_apply_sf2_synth_new (AgsSF2SynthGenerator *sf2_synth_generator,
                         AgsChannel *start_channel,
                         gdouble base_note,
                         guint count);

Creates an AgsApplySF2Synth.

Parameters

sf2_synth_generator

the AgsSF2SynthGenerator

 

start_channel

the start AgsChannel

 

base_note

the base note

 

count

the count of lines

 

Returns

an new AgsApplySF2Synth.

Since: 3.4.0