Struct

AgsAudioWahWahUtil

Description

struct AgsWahWahUtil {
  gpointer destination;
  guint destination_stride;
  gpointer source;
  guint source_stride;
  guint buffer_length;
  guint format;
  guint samplerate;
  gdouble volume;
  gdouble amount;
  gboolean wah_wah_enabled;
  gdouble wah_wah_delay;
  gdouble wah_wah_lfo_depth;
  gdouble wah_wah_lfo_freq;
  gdouble wah_wah_tuning;
  guint frame_count;
  guint offset;
  gboolean note_256th_mode;
  guint offset_256th;
}

No description available.

Structure members
destination

No description available.

destination_stride

No description available.

source

No description available.

source_stride

No description available.

buffer_length

No description available.

format

No description available.

samplerate

No description available.

volume

No description available.

amount

No description available.

wah_wah_enabled

No description available.

wah_wah_delay

No description available.

wah_wah_lfo_depth

No description available.

wah_wah_lfo_freq

No description available.

wah_wah_tuning

No description available.

frame_count

No description available.

offset

No description available.

note_256th_mode

No description available.

offset_256th

No description available.

Functions

ags_wah_wah_util_alloc

Allocate AgsWahWahUtil-struct.

since: 3.9.2

Instance methods

ags_wah_wah_util_compute

Compute wah_wah.

since: 3.9.2

ags_wah_wah_util_compute_complex

Compute wah_wah of complex floating point data.

since: 3.9.2

ags_wah_wah_util_compute_double

Compute wah_wah of double floating point data.

since: 3.9.2

ags_wah_wah_util_compute_float

Compute wah_wah of floating point data.

since: 3.9.2

ags_wah_wah_util_compute_s16

Compute wah_wah of signed 16 bit data.

since: 3.9.2

ags_wah_wah_util_compute_s24

Compute wah_wah of signed 24 bit data.

since: 3.9.2

ags_wah_wah_util_compute_s32

Compute wah_wah of signed 32 bit data.

since: 3.9.2

ags_wah_wah_util_compute_s64

Compute wah_wah of signed 64 bit data.

since: 3.9.2

ags_wah_wah_util_compute_s8

Compute wah_wah of signed 8 bit data.

since: 3.9.2

ags_wah_wah_util_copy

Create a copy of ptr.

since: 3.9.2

ags_wah_wah_util_free

Free the memory of ptr.

since: 3.9.2

ags_wah_wah_util_get_amount

Get amount of wah_wah_util.

since: 3.9.2

ags_wah_wah_util_get_buffer_length

Get buffer length of wah_wah_util.

since: 3.9.2

ags_wah_wah_util_get_destination

Get destination buffer of wah_wah_util.

since: 3.9.2

ags_wah_wah_util_get_destination_stride

Get destination stride of wah_wah_util.

since: 3.9.2

ags_wah_wah_util_get_format

Get format of wah_wah_util.

since: 3.9.6

ags_wah_wah_util_get_frame_count

Get frame count of wah_wah_util.

since: 6.1.0

ags_wah_wah_util_get_note_256th_mode

Get note 256th mode of wah_wah_util.

since: 6.1.0

ags_wah_wah_util_get_offset

Get offset of wah_wah_util.

since: 6.1.0

ags_wah_wah_util_get_offset_256th

Get offset as note 256th of wah_wah_util.

since: 6.1.0

ags_wah_wah_util_get_source

Get source buffer of wah_wah_util.

since: 3.9.2

ags_wah_wah_util_get_source_stride

Get source stride of wah_wah_util.

since: 3.9.2

ags_wah_wah_util_get_volume

Get volume of wah_wah_util.

since: 3.9.2

ags_wah_wah_util_get_wah_wah_lfo_depth

Get wah-wah LFO depth of wah_wah_util.

since: 5.3.2

ags_wah_wah_util_get_wah_wah_lfo_freq

Get wah-wah LFO freq of wah_wah_util.

since: 5.3.2

ags_wah_wah_util_get_wah_wah_tuning

Get wah-wah tuning of wah_wah_util.

since: 5.3.2

ags_wah_wah_util_set_amount

Set amount of wah_wah_util.

since: 3.9.2

ags_wah_wah_util_set_buffer_length

Set buffer_length of wah_wah_util.

since: 3.9.2

ags_wah_wah_util_set_destination

Set destination buffer of wah_wah_util.

since: 3.9.2

ags_wah_wah_util_set_destination_stride

Set destination stride of wah_wah_util.

since: 3.9.2

ags_wah_wah_util_set_format

Set format of wah_wah_util.

since: 3.9.6

ags_wah_wah_util_set_frame_count

Set frame_count of wah_wah_util.

since: 6.1.0

ags_wah_wah_util_set_note_256th_mode

Set note_256th_mode of wah_wah_util.

since: 6.1.0

ags_wah_wah_util_set_offset

Set offset of wah_wah_util.

since: 6.1.0

ags_wah_wah_util_set_offset_256th

Set offset_256th of wah_wah_util.

since: 6.1.0

ags_wah_wah_util_set_source

Set source buffer of wah_wah_util.

since: 3.9.2

ags_wah_wah_util_set_source_stride

Set source stride of wah_wah_util.

since: 3.9.2

ags_wah_wah_util_set_volume

Set volume of wah_wah_util.

since: 3.9.2

ags_wah_wah_util_set_wah_wah_lfo_depth

Set wah_wah_lfo_depth of wah_wah_util.

since: 5.3.2

ags_wah_wah_util_set_wah_wah_lfo_freq

Set wah_wah_lfo_freq of wah_wah_util.

since: 5.3.2

ags_wah_wah_util_set_wah_wah_tuning

Set wah_wah_tuning of wah_wah_util.

since: 5.3.2