AgsApplySF2MidiLocale

AgsApplySF2MidiLocale — apply Soundfont2 synth to channel

Stability Level

Stable, unless otherwise indicated

Functions

Properties

gpointer synth Read / Write
gpointer template Read / Write

Object Hierarchy

    GObject
    ╰── AgsTask
        ╰── AgsApplySF2MidiLocale

Includes

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

Description

The AgsApplySF2MidiLocale task apply the specified Soundfont2 synth to channel.

Functions

ags_apply_sf2_midi_locale_new ()

AgsApplySF2MidiLocale *
ags_apply_sf2_midi_locale_new (AgsSF2SynthUtil *template,
                               AgsSF2SynthUtil *synth);

Creates an AgsApplySF2MidiLocale.

Parameters

template

the template

 

synth

the synth

 

Returns

an new AgsApplySF2MidiLocale.

Since: 3.16.0

Property Details

The “synth” property

  “synth”                    gpointer

The synth to apply.

Owner: AgsApplySF2MidiLocale

Flags: Read / Write

Since: 3.16.0


The “template” property

  “template”                 gpointer

The template to apply.

Owner: AgsApplySF2MidiLocale

Flags: Read / Write

Since: 3.16.0