libinstpatch Reference Manual | ||||
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
IpatchGigSample; IpatchGigSample * ipatch_gig_sample_new (void
); IpatchGigSample * ipatch_gig_sample_first (IpatchIter *iter
); IpatchGigSample * ipatch_gig_sample_next (IpatchIter *iter
);
Object defining a GigaSampler sample object. Child of IpatchGig objects and referenced by IpatchGigSubRegion objects.
IpatchGigSample * ipatch_gig_sample_new (void
);
Create a new GigaSampler sample object.
Returns : |
New GigaSampler sample with a reference count of 1. Caller owns the reference and removing it will destroy the item, unless another reference is added (if its parented for example). |
IpatchGigSample * ipatch_gig_sample_first (IpatchIter *iter
);
Gets the first item in a GigaSampler sample iterator. A convenience
wrapper for ipatch_iter_first()
.
|
Patch item iterator containing IpatchGigSample items |
Returns : |
The first GigaSampler sample in iter or NULL if empty.
|
IpatchGigSample * ipatch_gig_sample_next (IpatchIter *iter
);
Gets the next item in a GigaSampler sample iterator. A convenience
wrapper for ipatch_iter_next()
.
|
Patch item iterator containing IpatchGigSample items |
Returns : |
The next GigaSampler sample in iter or NULL if at
the end of the list.
|
"group-number"
property"group-number" guint : Read / Write
Sample group index.
Default value: 0