Class

AgsAudioPattern

[]

Description

class AgsAudio.Pattern : GObject.Object
  implements Ags.Connectable, Ags.Tactable {
  flags: guint,
  connectable_flags: AgsConnectableFlags,
  obj_mutex: GRecMutex,
  uuid: AgsUUID*,
  channel: GObject*,
  timestamp: AgsTimestamp*,
  dim: None,
  pattern: guint***,
  port: GObject*,
  i: guint,
  j: guint,
  bit: guint,
  note: AgsNote**
}

No description available.

[]

Ancestors

[]

Constructors

ags_pattern_new

Creates a new instance of AgsPattern.

since: 3.0.0

[]

Functions

ags_pattern_find_near_timestamp

Retrieve appropriate pattern for timestamp.

since: 3.0.0

[]

Instance methods

ags_pattern_get_bit

Check for tic to be played.

since: 3.0.0

ags_pattern_get_channel

Get channel.

since: 3.1.0

ags_pattern_get_dim

Get the pattern’s dimensions.

since: 3.1.0

ags_pattern_get_note

Get note of pattern.

since: 3.3.0

ags_pattern_get_obj_mutex

Get object mutex.

since: 3.1.0

ags_pattern_get_port
No description available.

ags_pattern_get_timestamp

Get timestamp.

since: 3.1.0

ags_pattern_is_empty
No description available.

ags_pattern_set_channel

Set channel.

since: 3.1.0

ags_pattern_set_dim

Reallocates the pattern’s dimensions.

since: 3.0.0

ags_pattern_set_flags

Set flags.

since: 3.0.0

ags_pattern_set_port
No description available.

ags_pattern_set_timestamp

Set timestamp.

since: 3.1.0

ags_pattern_test_flags

Test flags to be set on pattern.

since: 3.0.0

ags_pattern_toggle_bit

Toggle tone.

since: 3.0.0

ags_pattern_unset_flags

Unset flags.

since: 3.0.0

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

Properties

AgsAudio.Pattern:channel

The pattern’s channel.

since: 3.3.0

AgsAudio.Pattern:current-bit

Offset of current position.

since: 3.0.0

AgsAudio.Pattern:first-index

Selected bank 0.

since: 3.0.0

AgsAudio.Pattern:offset

Position of pattern.

since: 3.0.0

AgsAudio.Pattern:port

The pattern’s port.

since: 3.0.0

AgsAudio.Pattern:second-index

Selected bank 1.

since: 3.0.0

AgsAudio.Pattern:timestamp

The pattern’s timestamp.

since: 3.0.0

[]

Signals

Signals inherited from GObject (1)
Signals inherited from AgsTactable (6)

Class structure