Class

AgsAudioFxPatternAudio

[]

Description

class AgsAudio.FxPatternAudio : AgsAudio.RecallAudio
  implements Ags.Connectable {
  flags: guint,
  note: AgsNote***,
  bpm: AgsPort*,
  tact: AgsPort*,
  delay: AgsPort*,
  duration: AgsPort*,
  loop: AgsPort*,
  loop_start: AgsPort*,
  loop_end: AgsPort*,
  bank_index_0: AgsPort*,
  bank_index_1: AgsPort*
}

No description available.

[]

Implements

[]

Constructors

ags_fx_pattern_audio_new

Create a new instance of AgsFxPatternAudio.

since: 3.3.0

[]

Instance methods

Methods inherited from AgsRecallAudio (2)
Methods inherited from AgsRecall (85)
Methods inherited from GObject (43)
Methods inherited from AgsConnectable (13)
[]

Properties

AgsAudio.FxPatternAudio:bank-index-0

Selected bank index 0.

since: 3.3.0

AgsAudio.FxPatternAudio:bank-index-1

Selected bank index 1.

since: 3.3.0

AgsAudio.FxPatternAudio:bpm

The beats per minute.

since: 3.3.0

AgsAudio.FxPatternAudio:delay

The pattern’s delay.

since: 3.3.0

AgsAudio.FxPatternAudio:duration

The pattern’s duration.

since: 3.3.0

AgsAudio.FxPatternAudio:loop

Do loop.

since: 3.3.0

AgsAudio.FxPatternAudio:loop-end

The pattern’s loop-end.

since: 3.3.0

AgsAudio.FxPatternAudio:loop-start

The pattern’s loop-start.

since: 3.3.0

AgsAudio.FxPatternAudio:tact

The tact segmentation.

since: 3.3.0

Properties inherited from AgsRecallAudio (1)
Properties inherited from AgsRecall (25)
[]

Signals

Signals inherited from AgsRecall (21)
Signals inherited from GObject (1)

Class structure