IpatchDLSFile

IpatchDLSFile — DLS file object.

Synopsis




                    IpatchDLSFile;
                    IpatchDLSFileClass;
IpatchDLSFile*      ipatch_dls_file_new                 (void);

Object Hierarchy


  GObject
   +----IpatchItem
         +----IpatchFile
               +----IpatchDLSFile
                     +----IpatchGigFile

Description

This object defines a DLS file object. It can be used to identify DLS files and is referenced by IpatchDLS2 objects to access sample data.

Details

IpatchDLSFile

typedef struct _IpatchDLSFile IpatchDLSFile;


IpatchDLSFileClass

typedef struct {
  IpatchFileClass parent_class;
} IpatchDLSFileClass;


ipatch_dls_file_new ()

IpatchDLSFile*      ipatch_dls_file_new                 (void);

Create a new DLS file object.

Returns : New DLS file object (derived from IpatchFile) with a reference count of 1. Caller owns the reference and removing it will destroy the item.

See Also

IpatchDLS2