Class

AgsAudioFxNotationAudio

[]

Description

class AgsAudio.FxNotationAudio : AgsAudio.RecallAudio
  implements Ags.Connectable {
  flags: guint,
  pattern_mode: gboolean,
  note_256th_mode: gboolean,
  feed_note: GList*,
  bpm: AgsPort*,
  tact: AgsPort*,
  delay: AgsPort*,
  duration: AgsPort*,
  loop: AgsPort*,
  loop_start: AgsPort*,
  loop_end: AgsPort*
}

No description available.

[]

Implements

[]

Constructors

ags_fx_notation_audio_new

Create a new instance of AgsFxNotationAudio.

since: 3.3.0

[]

Instance methods

ags_fx_notation_audio_add_feed_note

Add note to fx_notation_audio.

since: 3.3.0

ags_fx_notation_audio_get_feed_note

Get feed note of fx_notation_audio.

since: 3.3.0

ags_fx_notation_audio_get_note_256th_mode

Get note 256th mode of fx_notation_audio.

since: 6.1.0

ags_fx_notation_audio_get_pattern_mode

Get pattern mode of fx_notation_audio.

since: 3.3.0

ags_fx_notation_audio_remove_feed_note

Remove note from fx_notation_audio.

since: 3.3.0

ags_fx_notation_audio_set_flags

Set flags of fx_notation_audio.

since: 3.3.0

ags_fx_notation_audio_set_note_256th_mode

Set note_256th_mode of fx_notation_audio.

since: 6.1.0

ags_fx_notation_audio_set_pattern_mode

Set pattern_mode of fx_notation_audio.

since: 3.3.0

ags_fx_notation_audio_test_flags

Test flags of fx_notation_audio.

since: 3.3.0

ags_fx_notation_audio_unset_flags

Unset flags of fx_notation_audio.

since: 3.3.0

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

Properties

AgsAudio.FxNotationAudio:bpm

The beats per minute.

since: 3.3.0

AgsAudio.FxNotationAudio:delay

The notation’s delay.

since: 3.3.0

AgsAudio.FxNotationAudio:duration

The notation’s duration.

since: 3.3.0

AgsAudio.FxNotationAudio:loop

Do loop.

since: 3.3.0

AgsAudio.FxNotationAudio:loop-end

The notation’s loop-end.

since: 3.3.0

AgsAudio.FxNotationAudio:loop-start

The notation’s loop-start.

since: 3.3.0

AgsAudio.FxNotationAudio: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