AgsIpatch

AgsIpatch — Libinstpatch wrapper

Functions

Properties

gpointer filename Read / Write
gpointer mode Read / Write
GObject * soundcard Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── AgsIpatch

Implemented Interfaces

AgsIpatch implements AgsConnectable and AgsPlayable.

Includes

#include <ags/audio/file/ags_ipatch.h>

Description

AgsIpatch is the base object to ineract with libinstpatch.

Functions

ags_ipatch_check_suffix ()

gboolean
ags_ipatch_check_suffix (gchar *filename);


ags_ipatch_new ()

AgsIpatch *
ags_ipatch_new ();

Creates an AgsIpatch.

Returns

an empty AgsIpatch.

Since: 0.4

Types and Values

AGS_IPATCH_DEFAULT_CHANNELS

#define AGS_IPATCH_DEFAULT_CHANNELS 2


AGS_IPATCH_READ

#define AGS_IPATCH_READ "r"


AGS_IPATCH_WRITE

#define AGS_IPATCH_WRITE "w"


enum AgsIpatchFlags

Members

AGS_IPATCH_DLS2

   

AGS_IPATCH_SF2

   

AGS_IPATCH_GIG

   

Property Details

The “filename” property

  “filename”                 gpointer

The filename to open.

Flags: Read / Write

Since: 0.4.2


The “mode” property

  “mode”                     gpointer

The mode to open the file.

Flags: Read / Write

Since: 0.4.2


The “soundcard” property

  “soundcard”                GObject *

The soundcard what ipatch has it's presets.

Flags: Read / Write

Since: 0.7.45