| Top |
| #define | AGS_SFZ_REGION_GET_OBJ_MUTEX() |
| gboolean | ags_sfz_region_test_flags () |
| void | ags_sfz_region_set_flags () |
| void | ags_sfz_region_unset_flags () |
| 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))
gboolean ags_sfz_region_test_flags (AgsSFZRegion *sfz_region,guint flags);
Test flags
to be set on sfz_region
.
Since: 3.0.0
void ags_sfz_region_set_flags (AgsSFZRegion *sfz_region,guint flags);
Enable a feature of sfz_region
.
Since: 3.0.0
void ags_sfz_region_unset_flags (AgsSFZRegion *sfz_region,guint flags);
Disable a feature of sfz_region
.
Since: 3.0.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
Enum values to control the behavior or indicate internal state of AgsSFZRegion by enable/disable as flags.
“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