AgsOpenSf2Sample

AgsOpenSf2Sample — open sf2_sample object

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── AgsTask
        ╰── AgsOpenSf2Sample

Implemented Interfaces

AgsOpenSf2Sample implements AgsConnectable.

Includes

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

Description

The AgsOpenSf2Sample task opens Soundfont2 samples.

Functions

ags_open_sf2_sample_new ()

AgsOpenSf2Sample *
ags_open_sf2_sample_new (AgsChannel *channel,
                         gchar *filename,
                         gchar *preset,
                         gchar *instrument,
                         gchar *sample);

Creates an AgsOpenSf2Sample.

Parameters

channel

the AgsChannel

 

filename

the Soundfont2 file

 

preset

the preset

 

instrument

the instrument

 

sample

the sample

 

Returns

an new AgsOpenSf2Sample.

Since: 0.7.15


AGS_IS_OPEN_SF2_SAMPLE()

#define AGS_IS_OPEN_SF2_SAMPLE(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_OPEN_SF2_SAMPLE))


AGS_IS_OPEN_SF2_SAMPLE_CLASS()

#define AGS_IS_OPEN_SF2_SAMPLE_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_OPEN_SF2_SAMPLE))


AGS_OPEN_SF2_SAMPLE()

#define AGS_OPEN_SF2_SAMPLE(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_OPEN_SF2_SAMPLE, AgsOpenSf2Sample))


AGS_OPEN_SF2_SAMPLE_CLASS()

#define AGS_OPEN_SF2_SAMPLE_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_OPEN_SF2_SAMPLE, AgsOpenSf2SampleClass))


AGS_OPEN_SF2_SAMPLE_GET_CLASS()

#define AGS_OPEN_SF2_SAMPLE_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_OPEN_SF2_SAMPLE, AgsOpenSf2SampleClass))


ags_open_sf2_sample_get_type ()

GType
ags_open_sf2_sample_get_type ();

Types and Values

AGS_TYPE_OPEN_SF2_SAMPLE

#define AGS_TYPE_OPEN_SF2_SAMPLE                (ags_open_sf2_sample_get_type())


struct AgsOpenSf2Sample

struct AgsOpenSf2Sample;


struct AgsOpenSf2SampleClass

struct AgsOpenSf2SampleClass {
  AgsTaskClass task;
};