Top |
gpointer
ags_synth_util_copy (AgsSynthUtil *ptr
);
Create a copy of ptr
.
Since: 3.9.3
void
ags_synth_util_free (AgsSynthUtil *ptr
);
Free the memory of ptr
.
Since: 3.9.3
gpointer
ags_synth_util_get_source (AgsSynthUtil *synth_util
);
Get source buffer of synth_util
.
Since: 3.9.3
void ags_synth_util_set_source (AgsSynthUtil *synth_util
,gpointer source
);
Set source
buffer of synth_util
.
Since: 3.9.3
guint
ags_synth_util_get_source_stride (AgsSynthUtil *synth_util
);
Get source stride of synth_util
.
Since: 3.9.3
void ags_synth_util_set_source_stride (AgsSynthUtil *synth_util
,guint source_stride
);
Set source
stride of synth_util
.
Since: 3.9.3
guint
ags_synth_util_get_buffer_length (AgsSynthUtil *synth_util
);
Get buffer length of synth_util
.
Since: 3.9.3
void ags_synth_util_set_buffer_length (AgsSynthUtil *synth_util
,guint buffer_length
);
Set buffer_length
of synth_util
.
Since: 3.9.3
AgsSoundcardFormat
ags_synth_util_get_format (AgsSynthUtil *synth_util
);
Get audio buffer util format of synth_util
.
Since: 3.14.0
void ags_synth_util_set_format (AgsSynthUtil *synth_util
,AgsSoundcardFormat format
);
Set format
of synth_util
.
Since: 3.14.0
guint
ags_synth_util_get_samplerate (AgsSynthUtil *synth_util
);
Get samplerate of synth_util
.
Since: 3.9.3
void ags_synth_util_set_samplerate (AgsSynthUtil *synth_util
,guint samplerate
);
Set samplerate
of synth_util
.
Since: 3.9.3
guint
ags_synth_util_get_synth_oscillator_mode
(AgsSynthUtil *synth_util
);
Get synth oscillator mode of synth_util
.
Since: 3.9.3
void ags_synth_util_set_synth_oscillator_mode (AgsSynthUtil *synth_util
,guint synth_oscillator_mode
);
Set synth_oscillator_mode
of synth_util
.
Since: 3.9.3
gdouble
ags_synth_util_get_frequency (AgsSynthUtil *synth_util
);
Get frequency of synth_util
.
Since: 3.9.3
void ags_synth_util_set_frequency (AgsSynthUtil *synth_util
,gdouble frequency
);
Set frequency
of synth_util
.
Since: 3.9.3
gdouble
ags_synth_util_get_phase (AgsSynthUtil *synth_util
);
Get phase of synth_util
.
Since: 3.9.3
void ags_synth_util_set_phase (AgsSynthUtil *synth_util
,gdouble phase
);
Set phase
of synth_util
.
Since: 3.9.3
gdouble
ags_synth_util_get_volume (AgsSynthUtil *synth_util
);
Get volume of synth_util
.
Since: 3.9.3
void ags_synth_util_set_volume (AgsSynthUtil *synth_util
,gdouble volume
);
Set volume
of synth_util
.
Since: 3.9.3
guint
ags_synth_util_get_frame_count (AgsSynthUtil *synth_util
);
Get frame count of synth_util
.
Since: 3.9.3
void ags_synth_util_set_frame_count (AgsSynthUtil *synth_util
,guint frame_count
);
Set frame_count
of synth_util
.
Since: 3.9.3
guint
ags_synth_util_get_offset (AgsSynthUtil *synth_util
);
Get offset of synth_util
.
Since: 3.9.3
void ags_synth_util_set_offset (AgsSynthUtil *synth_util
,guint offset
);
Set offset
of synth_util
.
Since: 3.9.3
gboolean
ags_synth_util_get_note_256th_mode (AgsSynthUtil *synth_util
);
Get note 256th mode of synth_util
.
Since: 6.1.0
void ags_synth_util_set_note_256th_mode (AgsSynthUtil *synth_util
,gboolean note_256th_mode
);
Set note_256th_mode
of synth_util
.
Since: 6.1.0
guint
ags_synth_util_get_offset_256th (AgsSynthUtil *synth_util
);
Get offset as note 256th of synth_util
.
Since: 6.1.0
void ags_synth_util_set_offset_256th (AgsSynthUtil *synth_util
,guint offset_256th
);
Set offset_256th
of synth_util
.
Since: 6.1.0
guint ags_synth_util_get_xcross_count_s8 (AgsSynthUtil *synth_util
,gint8 *buffer
,guint buffer_size
);
Get zero-cross count.
synth_util |
the AgsSynthUtil |
|
buffer |
the buffer containing audio data |
|
buffer_size |
the buffer size |
Since: 3.0.0
guint ags_synth_util_get_xcross_count_s16 (AgsSynthUtil *synth_util
,gint16 *buffer
,guint buffer_size
);
Get zero-cross count.
synth_util |
the AgsSynthUtil |
|
buffer |
the buffer containing audio data |
|
buffer_size |
the buffer size |
Since: 3.0.0
guint ags_synth_util_get_xcross_count_s24 (AgsSynthUtil *synth_util
,gint32 *buffer
,guint buffer_size
);
Get zero-cross count.
synth_util |
the AgsSynthUtil |
|
buffer |
the buffer containing audio data |
|
buffer_size |
the buffer size |
Since: 3.0.0
guint ags_synth_util_get_xcross_count_s32 (AgsSynthUtil *synth_util
,gint32 *buffer
,guint buffer_size
);
Get zero-cross count.
synth_util |
the AgsSynthUtil |
|
buffer |
the buffer containing audio data |
|
buffer_size |
the buffer size |
Since: 3.0.0
guint ags_synth_util_get_xcross_count_s64 (AgsSynthUtil *synth_util
,gint64 *buffer
,guint buffer_size
);
Get zero-cross count.
synth_util |
the AgsSynthUtil |
|
buffer |
the buffer containing audio data |
|
buffer_size |
the buffer size |
Since: 3.0.0
guint ags_synth_util_get_xcross_count_float (AgsSynthUtil *synth_util
,gfloat *buffer
,guint buffer_size
);
Get zero-cross count.
synth_util |
the AgsSynthUtil |
|
buffer |
the buffer containing audio data |
|
buffer_size |
the buffer size |
Since: 3.0.0
guint ags_synth_util_get_xcross_count_double (AgsSynthUtil *synth_util
,gdouble *buffer
,guint buffer_size
);
Get zero-cross count.
synth_util |
the AgsSynthUtil |
|
buffer |
the buffer containing audio data |
|
buffer_size |
the buffer size |
Since: 3.0.0
guint ags_synth_util_get_xcross_count_complex (AgsSynthUtil *synth_util
,AgsComplex *buffer
,guint buffer_size
);
Get zero-cross count.
synth_util |
the AgsSynthUtil |
|
buffer |
the buffer containing audio data |
|
buffer_size |
the buffer size |
Since: 3.0.0
guint ags_synth_util_get_xcross_count (AgsSynthUtil *synth_util
,void *buffer
,guint format
,guint buffer_size
);
Get zero-cross count.
synth_util |
the AgsSynthUtil |
|
buffer |
the buffer containing audio data |
|
format |
the format |
|
buffer_size |
the buffer size |
Since: 3.0.0
void
ags_synth_util_compute_sin_s8 (AgsSynthUtil *synth_util
);
Compute sine synth of signed 8 bit data.
Since: 3.9.3
void
ags_synth_util_compute_sin_s16 (AgsSynthUtil *synth_util
);
Compute sine synth of signed 16 bit data.
Since: 3.9.3
void
ags_synth_util_compute_sin_s24 (AgsSynthUtil *synth_util
);
Compute sine synth of signed 24 bit data.
Since: 3.9.3
void
ags_synth_util_compute_sin_s32 (AgsSynthUtil *synth_util
);
Compute sine synth of signed 32 bit data.
Since: 3.9.3
void
ags_synth_util_compute_sin_s64 (AgsSynthUtil *synth_util
);
Compute sine synth of signed 64 bit data.
Since: 3.9.3
void
ags_synth_util_compute_sin_float (AgsSynthUtil *synth_util
);
Compute sine synth of floating point data.
Since: 3.9.3
void
ags_synth_util_compute_sin_double (AgsSynthUtil *synth_util
);
Compute sine synth of double precision floating point data.
Since: 3.9.3
void
ags_synth_util_compute_sin_complex (AgsSynthUtil *synth_util
);
Compute sine synth of complex data.
Since: 3.9.3
void
ags_synth_util_compute_sin (AgsSynthUtil *synth_util
);
Compute sine synth.
Since: 3.9.3
void
ags_synth_util_compute_sawtooth_s8 (AgsSynthUtil *synth_util
);
Compute sawtooth synth of signed 8 bit data.
Since: 3.9.3
void
ags_synth_util_compute_sawtooth_s16 (AgsSynthUtil *synth_util
);
Compute sawtooth synth of signed 16 bit data.
Since: 3.9.3
void
ags_synth_util_compute_sawtooth_s24 (AgsSynthUtil *synth_util
);
Compute sawtooth synth of signed 24 bit data.
Since: 3.9.3
void
ags_synth_util_compute_sawtooth_s32 (AgsSynthUtil *synth_util
);
Compute sawtooth synth of signed 32 bit data.
Since: 3.9.3
void
ags_synth_util_compute_sawtooth_s64 (AgsSynthUtil *synth_util
);
Compute sawtooth synth of signed 64 bit data.
Since: 3.9.3
void
ags_synth_util_compute_sawtooth_float (AgsSynthUtil *synth_util
);
Compute sawtooth synth of floating point data.
Since: 3.9.3
void
ags_synth_util_compute_sawtooth_double
(AgsSynthUtil *synth_util
);
Compute sawtooth synth of double precision floating point data.
Since: 3.9.3
void
ags_synth_util_compute_sawtooth_complex
(AgsSynthUtil *synth_util
);
Compute sawtooth synth of complex data.
Since: 3.9.3
void
ags_synth_util_compute_sawtooth (AgsSynthUtil *synth_util
);
Compute sawtooth synth.
Since: 3.9.3
void
ags_synth_util_compute_triangle_s8 (AgsSynthUtil *synth_util
);
Compute triangle synth of signed 8 bit data.
Since: 3.9.3
void
ags_synth_util_compute_triangle_s16 (AgsSynthUtil *synth_util
);
Compute triangle synth of signed 16 bit data.
Since: 3.9.3
void
ags_synth_util_compute_triangle_s24 (AgsSynthUtil *synth_util
);
Compute triangle synth of signed 24 bit data.
Since: 3.9.3
void
ags_synth_util_compute_triangle_s32 (AgsSynthUtil *synth_util
);
Compute triangle synth of signed 32 bit data.
Since: 3.9.3
void
ags_synth_util_compute_triangle_s64 (AgsSynthUtil *synth_util
);
Compute triangle synth of signed 64 bit data.
Since: 3.9.3
void
ags_synth_util_compute_triangle_float (AgsSynthUtil *synth_util
);
Compute triangle synth of floating point data.
Since: 3.9.3
void
ags_synth_util_compute_triangle_double
(AgsSynthUtil *synth_util
);
Compute triangle synth of double precision floating point data.
Since: 3.9.3
void
ags_synth_util_compute_triangle_complex
(AgsSynthUtil *synth_util
);
Compute triangle synth of complex data.
Since: 3.9.3
void
ags_synth_util_compute_triangle (AgsSynthUtil *synth_util
);
Compute triangle synth.
Since: 3.9.3
void
ags_synth_util_compute_square_s8 (AgsSynthUtil *synth_util
);
Compute square synth of signed 8 bit data.
Since: 3.9.3
void
ags_synth_util_compute_square_s16 (AgsSynthUtil *synth_util
);
Compute square synth of signed 16 bit data.
Since: 3.9.3
void
ags_synth_util_compute_square_s24 (AgsSynthUtil *synth_util
);
Compute square synth of signed 24 bit data.
Since: 3.9.3
void
ags_synth_util_compute_square_s32 (AgsSynthUtil *synth_util
);
Compute square synth of signed 32 bit data.
Since: 3.9.3
void
ags_synth_util_compute_square_s64 (AgsSynthUtil *synth_util
);
Compute square synth of signed 64 bit data.
Since: 3.9.3
void
ags_synth_util_compute_square_float (AgsSynthUtil *synth_util
);
Compute square synth of floating point data.
Since: 3.9.3
void
ags_synth_util_compute_square_double (AgsSynthUtil *synth_util
);
Compute square synth of double precision floating point data.
Since: 3.9.3
void
ags_synth_util_compute_square_complex (AgsSynthUtil *synth_util
);
Compute square synth of complex data.
Since: 3.9.3
void
ags_synth_util_compute_square (AgsSynthUtil *synth_util
);
Compute square synth.
Since: 3.9.3
void
ags_synth_util_compute_impulse_s8 (AgsSynthUtil *synth_util
);
Compute impulse synth of signed 8 bit data.
Since: 3.9.3
void
ags_synth_util_compute_impulse_s16 (AgsSynthUtil *synth_util
);
Compute impulse synth of signed 16 bit data.
Since: 3.9.3
void
ags_synth_util_compute_impulse_s24 (AgsSynthUtil *synth_util
);
Compute impulse synth of signed 24 bit data.
Since: 3.9.3
void
ags_synth_util_compute_impulse_s32 (AgsSynthUtil *synth_util
);
Compute impulse synth of signed 32 bit data.
Since: 3.9.3
void
ags_synth_util_compute_impulse_s64 (AgsSynthUtil *synth_util
);
Compute impulse synth of signed 64 bit data.
Since: 3.9.3
void
ags_synth_util_compute_impulse_float (AgsSynthUtil *synth_util
);
Compute impulse synth of floating point data.
Since: 3.9.3
void
ags_synth_util_compute_impulse_double (AgsSynthUtil *synth_util
);
Compute impulse synth of double precision floating point data.
Since: 3.9.3
void
ags_synth_util_compute_impulse_complex
(AgsSynthUtil *synth_util
);
Compute impulse synth of complex data.
Since: 3.9.3
void
ags_synth_util_compute_impulse (AgsSynthUtil *synth_util
);
Compute impulse synth.
Since: 3.9.3