krähemann.com

AgsApplySFZInstrument

AgsApplySFZInstrument — apply SFZ synth template

Stability Level

Stable, unless otherwise indicated

Properties

gpointer synth Read / Write
gpointer synth-template Read / Write

Object Hierarchy

    GObject
    ╰── AgsTask
        ╰── AgsApplySFZInstrument

Includes

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

Description

The AgsApplySFZInstrument task apply the specified SFZ synth template.

Functions

ags_apply_sfz_instrument_new ()

AgsApplySFZInstrument *
ags_apply_sfz_instrument_new (AgsSFZSynthUtil *synth_template,
                              AgsSFZSynthUtil *synth);

Creates an AgsApplySFZInstrument.

Parameters

synth_template

the synth template

 

synth

the synth

 

Returns

an new AgsApplySFZInstrument.

Since: 3.17.0


AGS_APPLY_SFZ_INSTRUMENT()

#define AGS_APPLY_SFZ_INSTRUMENT(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_APPLY_SFZ_INSTRUMENT, AgsApplySFZInstrument))

AGS_APPLY_SFZ_INSTRUMENT_CLASS()

#define AGS_APPLY_SFZ_INSTRUMENT_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_APPLY_SFZ_INSTRUMENT, AgsApplySFZInstrumentClass))

AGS_APPLY_SFZ_INSTRUMENT_GET_CLASS()

#define AGS_APPLY_SFZ_INSTRUMENT_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_APPLY_SFZ_INSTRUMENT, AgsApplySFZInstrumentClass))

AGS_IS_APPLY_SFZ_INSTRUMENT()

#define AGS_IS_APPLY_SFZ_INSTRUMENT(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_APPLY_SFZ_INSTRUMENT))

AGS_IS_APPLY_SFZ_INSTRUMENT_CLASS()

#define AGS_IS_APPLY_SFZ_INSTRUMENT_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_APPLY_SFZ_INSTRUMENT))

ags_apply_sfz_instrument_get_type ()

GType
ags_apply_sfz_instrument_get_type ();

Types and Values

AGS_TYPE_APPLY_SFZ_INSTRUMENT

#define AGS_TYPE_APPLY_SFZ_INSTRUMENT                (ags_apply_sfz_instrument_get_type())

struct AgsApplySFZInstrument

struct AgsApplySFZInstrument;

struct AgsApplySFZInstrumentClass

struct AgsApplySFZInstrumentClass {
  AgsTaskClass task;
};

Property Details

The “synth” property

  “synth”                    gpointer

The synth to apply.

Owner: AgsApplySFZInstrument

Flags: Read / Write

Since: 3.17.0


The “synth-template” property

  “synth-template”           gpointer

The synth template to apply.

Owner: AgsApplySFZInstrument

Flags: Read / Write

Since: 3.17.0