AgsIpatch
AgsIpatch — Libinstpatch wrapper
|
|
Object Hierarchy
GObject
╰── AgsIpatch
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
);
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"
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