IpatchGig

IpatchGig — GigaSampler object

Synopsis




                    IpatchGig;
                    IpatchGigClass;
IpatchGig*          ipatch_gig_new                      (void);

Object Hierarchy


  GObject
   +----IpatchItem
         +----IpatchContainer
               +----IpatchBase
                     +----IpatchDLS2
                           +----IpatchGig

Description

The top level GigaSampler object (derived from DLS).

Details

IpatchGig

typedef struct _IpatchGig IpatchGig;


IpatchGigClass

typedef struct {
  IpatchDLS2Class parent_class;
} IpatchGigClass;


ipatch_gig_new ()

IpatchGig*          ipatch_gig_new                      (void);

Create a new GigaSampler object.

Returns : New GigaSampler object with a ref count of 1 which the caller owns.