| Top |
| #define | AGS_SFZ_REGION_GET_OBJ_MUTEX() |
| GObject * | ags_sfz_region_get_group () |
| void | ags_sfz_region_set_group () |
| GObject * | ags_sfz_region_get_sample () |
| void | ags_sfz_region_set_sample () |
| GList * | ags_sfz_region_get_control () |
| void | ags_sfz_region_insert_control () |
| gchar * | ags_sfz_region_lookup_control () |
| AgsSFZRegion * | ags_sfz_region_new () |
| AgsSFZGroup * | group | Read / Write |
| int | nth-region | Read / Write |
| AgsSFZSample * | sample | Read / Write |
#define AGS_SFZ_REGION_GET_OBJ_MUTEX(obj) (&(((AgsSFZRegion *) obj)->obj_mutex))
GObject *
ags_sfz_region_get_group (AgsSFZRegion *sfz_region);
Get the groups of sfz_region
.
Since: 3.17.0
void ags_sfz_region_set_group (AgsSFZRegion *sfz_region,GObject *group);
Set the group field of sfz_region
Since: 3.17.0
GObject *
ags_sfz_region_get_sample (AgsSFZRegion *sfz_region);
Get the samples of sfz_region
.
Since: 3.17.0
void ags_sfz_region_set_sample (AgsSFZRegion *sfz_region,GObject *sample);
Set the sample field of sfz_region
Since: 3.17.0
GList *
ags_sfz_region_get_control (AgsSFZRegion *sfz_region);
Get all control of sfz_region
.
Since: 3.17.0
void ags_sfz_region_insert_control (AgsSFZRegion *sfz_region,gchar *key,gchar *value);
Insert control specified by key
and value
to sfz_region
.
Since: 3.0.0
gchar * ags_sfz_region_lookup_control (AgsSFZRegion *sfz_region,gchar *key);
Lookup control specified by key
of sfz_region
.
Since: 3.0.0
AgsSFZRegion * ags_sfz_region_new ();
Creates a new instance of AgsSFZRegion.
Since: 3.0.0
“group” property“group” AgsSFZGroup *
The group assigned with.
Owner: AgsSFZRegion
Flags: Read / Write
Since: 3.0.0
“nth-region” property “nth-region” int
The nth region.
Owner: AgsSFZRegion
Flags: Read / Write
Allowed values: >= -1
Default value: -1
Since: 3.0.0
“sample” property“sample” AgsSFZSample *
The sample assigned with.
Owner: AgsSFZRegion
Flags: Read / Write
Since: 3.0.0