| Top |
| #define | AGS_SFZ_GROUP_GET_OBJ_MUTEX() |
| gboolean | ags_sfz_group_test_flags () |
| void | ags_sfz_group_set_flags () |
| void | ags_sfz_group_unset_flags () |
| void | ags_sfz_group_insert_control () |
| gchar * | ags_sfz_group_lookup_control () |
| AgsSFZGroup * | ags_sfz_group_new () |
| #define | AGS_IS_SFZ_GROUP() |
| #define | AGS_IS_SFZ_GROUP_CLASS() |
| #define | AGS_SFZ_GROUP() |
| #define | AGS_SFZ_GROUP_CLASS() |
| #define | AGS_SFZ_GROUP_GET_CLASS() |
| GType | ags_sfz_group_get_type () |
| enum | AgsSFZGroupFlags |
| #define | AGS_TYPE_SFZ_GROUP |
| struct | AgsSFZGroup |
| struct | AgsSFZGroupClass |
#define AGS_SFZ_GROUP_GET_OBJ_MUTEX(obj) (&(((AgsSFZGroup *) obj)->obj_mutex))
gboolean ags_sfz_group_test_flags (AgsSFZGroup *sfz_group,guint flags);
Test flags
to be set on sfz_group
.
Since: 3.0.0
void ags_sfz_group_set_flags (AgsSFZGroup *sfz_group,guint flags);
Enable a feature of sfz_group
.
Since: 3.0.0
void ags_sfz_group_unset_flags (AgsSFZGroup *sfz_group,guint flags);
Disable a feature of sfz_group
.
Since: 3.0.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
#define AGS_IS_SFZ_GROUP(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_SFZ_GROUP))
#define AGS_IS_SFZ_GROUP_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_SFZ_GROUP))
#define AGS_SFZ_GROUP(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_SFZ_GROUP, AgsSFZGroup))
#define AGS_SFZ_GROUP_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_SFZ_GROUP, AgsSFZGroupClass))
#define AGS_SFZ_GROUP_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_SFZ_GROUP, AgsSFZGroupClass))
Enum values to control the behavior or indicate internal state of AgsSFZGroup by enable/disable as flags.
“nth-group” property“nth-group” gint
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