Class

AgsAudioAlsaDevout

[]

Description

class AgsAudio.AlsaDevout : GObject.Object
  implements Ags.Connectable, Ags.Soundcard {
  flags: AgsAlsaDevoutFlags,
  connectable_flags: AgsConnectableFlags,
  obj_mutex: GRecMutex,
  uuid: AgsUUID*,
  dsp_channels: guint,
  pcm_channels: guint,
  format: AgsSoundcardFormat,
  buffer_size: guint,
  samplerate: guint,
  app_buffer_mode: AgsAlsaDevoutAppBufferMode,
  app_buffer_mutex: GRecMutex**,
  sub_block_count: guint,
  sub_block_mutex: GRecMutex**,
  app_buffer: void**,
  available: volatile gboolean,
  backend_buffer_mode: AgsAlsaDevoutBackendBufferMode,
  backend_buffer: guchar**,
  bpm: double,
  delay_factor: gdouble,
  delay: gdouble*,
  attack: guint*,
  tact_counter: gdouble,
  delay_counter: gdouble,
  tic_counter: guint,
  start_note_offset: guint,
  note_offset: guint,
  note_offset_absolute: guint,
  loop_left: guint,
  loop_right: guint,
  do_loop: gboolean,
  loop_offset: guint,
  device: char*,
  rc: int,
  handle: snd_pcm_t*,
  ahandler: snd_async_handler_t*,
  params: snd_pcm_hw_params_t*,
  io_channel: GList*,
  tag: GList*,
  poll_timeout: gint64,
  note_256th_delay: gdouble,
  note_256th_attack: GList*,
  note_256th_offset: guint,
  note_256th_offset_last: guint,
  note_256th_attack_of_16th_pulse: guint,
  note_256th_attack_of_16th_pulse_position: guint,
  note_256th_delay_counter: gdouble
}

No description available.

[]

Ancestors

[]

Constructors

ags_alsa_devout_new

Creates a new instance of AgsAlsaDevout.

since: 3.13.2

[]

Functions

ags_alsa_devout_error_quark
No description available.

[]

Instance methods

ags_alsa_devout_adjust_delay_and_attack

Calculate delay and attack and reset it.

since: 3.13.2

ags_alsa_devout_realloc_buffer

Reallocate the internal audio buffer.

since: 3.13.2

ags_alsa_devout_set_flags

Enable a feature of alsa_devout.

since: 3.13.2

ags_alsa_devout_switch_buffer

Switch currently played buffer.

since: 3.13.2

ags_alsa_devout_test_flags

Test flags to be set on alsa_devout.

since: 3.13.2

ags_alsa_devout_unset_flags

Disable a feature of alsa_devout.

since: 3.13.2

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

Properties

AgsAudio.AlsaDevout:attack

Attack of the buffer.

since: 3.13.2

AgsAudio.AlsaDevout:bpm

Beats per minute.

since: 3.13.2

AgsAudio.AlsaDevout:buffer

The buffer.

since: 3.13.2

AgsAudio.AlsaDevout:buffer-size

The buffer size.

since: 3.13.2

AgsAudio.AlsaDevout:delay-factor

Tact.

since: 3.13.2

AgsAudio.AlsaDevout:device

The alsa soundcard indentifier.

since: 3.13.2

AgsAudio.AlsaDevout:dsp-channels

The dsp channel count.

since: 3.13.2

AgsAudio.AlsaDevout:format

The precision of the buffer.

since: 3.13.2

AgsAudio.AlsaDevout:pcm-channels

The pcm channel count.

since: 3.13.2

AgsAudio.AlsaDevout:samplerate

The samplerate.

since: 3.13.2

[]

Signals

Signals inherited from GObject (1)
Signals inherited from AgsSoundcard (3)

Class structure