Top |
#define | AGS_SFZ_GROUP_GET_OBJ_MUTEX() |
GList * | ags_sfz_group_get_region () |
void | ags_sfz_group_set_region () |
GObject * | ags_sfz_group_get_sample () |
void | ags_sfz_group_set_sample () |
GList * | ags_sfz_group_get_control () |
void | ags_sfz_group_insert_control () |
gchar * | ags_sfz_group_lookup_control () |
AgsSFZGroup * | ags_sfz_group_new () |
int | nth-group | Read / Write |
gpointer | region | Read / Write |
AgsSFZSample * | sample | Read / Write |
#define AGS_SFZ_GROUP_GET_OBJ_MUTEX(obj) (&(((AgsSFZGroup *) obj)->obj_mutex))
GList *
ags_sfz_group_get_region (AgsSFZGroup *sfz_group
);
Get the regions of sfz_group
.
Since: 3.17.0
void ags_sfz_group_set_region (AgsSFZGroup *sfz_group
,GList *region
);
Set the region field of sfz_group
sfz_group |
the AgsSFZGroup |
|
region |
the GList containing AgsSFZRegion. |
[element-type AgsAudio.SFZRegion][transfer none] |
Since: 3.17.0
GObject *
ags_sfz_group_get_sample (AgsSFZGroup *sfz_group
);
Get the samples of sfz_group
.
Since: 3.17.0
void ags_sfz_group_set_sample (AgsSFZGroup *sfz_group
,GObject *sample
);
Set the sample field of sfz_group
Since: 3.17.0
GList *
ags_sfz_group_get_control (AgsSFZGroup *sfz_group
);
Get all control of sfz_group
.
Since: 3.17.0
void ags_sfz_group_insert_control (AgsSFZGroup *sfz_group
,gchar *key
,gchar *value
);
Insert control specified by key
and value
to sfz_group
.
Since: 3.0.0
gchar * ags_sfz_group_lookup_control (AgsSFZGroup *sfz_group
,gchar *key
);
Lookup control specified by key
of sfz_group
.
Since: 3.0.0
AgsSFZGroup * ags_sfz_group_new ();
Creates a new instance of AgsSFZGroup.
Since: 3.0.0
“nth-group”
property “nth-group” int
The nth group.
Owner: AgsSFZGroup
Flags: Read / Write
Allowed values: >= -1
Default value: -1
Since: 3.0.0
“region”
property “region” gpointer
The region assigned with.
[transfer full]
Owner: AgsSFZGroup
Flags: Read / Write
Since: 3.0.0
“sample”
property“sample” AgsSFZSample *
The sample assigned with.
Owner: AgsSFZGroup
Flags: Read / Write
Since: 3.0.0