Class

AgsAudioSFZRegion

[]

Description

class AgsAudio.SFZRegion : GObject.Object
  implements Ags.Connectable {
  flags: guint,
  connectable_flags: AgsConnectableFlags,
  obj_mutex: GRecMutex,
  uuid: AgsUUID*,
  nth_region: gint,
  group: GObject*,
  sample: GObject*,
  control: GHashTable*
}

No description available.

[]

Ancestors

[]

Implements

[]

Constructors

ags_sfz_region_new

Creates a new instance of AgsSFZRegion.

since: 3.0.0

[]

Instance methods

ags_sfz_region_get_control

Get all control of sfz_region.

since: 3.17.0

ags_sfz_region_get_group

Get the groups of sfz_region.

since: 3.17.0

ags_sfz_region_get_sample

Get the samples of sfz_region.

since: 3.17.0

ags_sfz_region_insert_control

Insert control specified by key and value to sfz_region.

since: 3.0.0

ags_sfz_region_lookup_control

Lookup control specified by key of sfz_region.

since: 3.0.0

ags_sfz_region_set_group

Set the group field of sfz_region.

since: 3.17.0

ags_sfz_region_set_sample

Set the sample field of sfz_region.

since: 3.17.0

Methods inherited from GObject (43)
Methods inherited from AgsConnectable (13)
[]

Properties

AgsAudio.SFZRegion:group

The group assigned with.

since: 3.0.0

AgsAudio.SFZRegion:nth-region

The nth region.

since: 3.0.0

AgsAudio.SFZRegion:sample

The sample assigned with.

since: 3.0.0

[]

Signals

Signals inherited from GObject (1)

Class structure