| Top |
| void | ags_sfz_synth_util_copy_s8 () |
| void | ags_sfz_synth_util_copy_s16 () |
| void | ags_sfz_synth_util_copy_s24 () |
| void | ags_sfz_synth_util_copy_s32 () |
| void | ags_sfz_synth_util_copy_s64 () |
| void | ags_sfz_synth_util_copy_float () |
| void | ags_sfz_synth_util_copy_double () |
| void | ags_sfz_synth_util_copy_complex () |
| void | ags_sfz_synth_util_copy () |
| GType | ags_sfz_synth_util_get_type () |
| enum | AgsSFZSynthUtilLoopMode |
| #define | AGS_TYPE_SFZ_SYNTH_UTIL |
| struct | AgsSFZSynthUtil |
void ags_sfz_synth_util_copy_s8 (gint8 *buffer,guint buffer_size,AgsSFZSample *sfz_sample,gdouble note,gdouble volume,guint samplerate,guint offset,guint n_frames,guint loop_mode,gint loop_start,gint loop_end);
ags_sfz_synth_util_copy_s8 is deprecated and should not be used in newly-written code.
Generate SFZ wave.
buffer |
the audio buffer |
|
buffer_size |
the audio buffer size |
|
sfz_sample |
the AgsSFZSample |
|
note |
the note |
|
volume |
the volume of the sin wave |
|
samplerate |
the samplerate |
|
offset |
start frame |
|
n_frames |
generate n frames |
|
loop_mode |
the loop mode |
|
loop_start |
loop start |
|
loop_end |
loop end |
Since: 3.4.0
void ags_sfz_synth_util_copy_s16 (gint16 *buffer,guint buffer_size,AgsSFZSample *sfz_sample,gdouble note,gdouble volume,guint samplerate,guint offset,guint n_frames,guint loop_mode,gint loop_start,gint loop_end);
ags_sfz_synth_util_copy_s16 is deprecated and should not be used in newly-written code.
Generate SFZ wave.
buffer |
the audio buffer |
|
buffer_size |
the audio buffer size |
|
sfz_sample |
the AgsSFZSample |
|
note |
the note |
|
volume |
the volume of the sin wave |
|
samplerate |
the samplerate |
|
offset |
start frame |
|
n_frames |
generate n frames |
|
loop_mode |
the loop mode |
|
loop_start |
loop start |
|
loop_end |
loop end |
Since: 3.4.0
void ags_sfz_synth_util_copy_s24 (gint32 *buffer,guint buffer_size,AgsSFZSample *sfz_sample,gdouble note,gdouble volume,guint samplerate,guint offset,guint n_frames,guint loop_mode,gint loop_start,gint loop_end);
ags_sfz_synth_util_copy_s24 is deprecated and should not be used in newly-written code.
Generate SFZ wave.
buffer |
the audio buffer |
|
buffer_size |
the audio buffer size |
|
sfz_sample |
the AgsSFZSample |
|
note |
the note |
|
volume |
the volume of the sin wave |
|
samplerate |
the samplerate |
|
offset |
start frame |
|
n_frames |
generate n frames |
|
loop_mode |
the loop mode |
|
loop_start |
loop start |
|
loop_end |
loop end |
Since: 3.4.0
void ags_sfz_synth_util_copy_s32 (gint32 *buffer,guint buffer_size,AgsSFZSample *sfz_sample,gdouble note,gdouble volume,guint samplerate,guint offset,guint n_frames,guint loop_mode,gint loop_start,gint loop_end);
ags_sfz_synth_util_copy_s32 is deprecated and should not be used in newly-written code.
Generate SFZ wave.
buffer |
the audio buffer |
|
buffer_size |
the audio buffer size |
|
sfz_sample |
the AgsSFZSample |
|
note |
the note |
|
volume |
the volume of the sin wave |
|
samplerate |
the samplerate |
|
offset |
start frame |
|
n_frames |
generate n frames |
|
loop_mode |
the loop mode |
|
loop_start |
loop start |
|
loop_end |
loop end |
Since: 3.4.0
void ags_sfz_synth_util_copy_s64 (gint64 *buffer,guint buffer_size,AgsSFZSample *sfz_sample,gdouble note,gdouble volume,guint samplerate,guint offset,guint n_frames,guint loop_mode,gint loop_start,gint loop_end);
ags_sfz_synth_util_copy_s64 is deprecated and should not be used in newly-written code.
Generate SFZ wave.
buffer |
the audio buffer |
|
buffer_size |
the audio buffer size |
|
sfz_sample |
the AgsSFZSample |
|
note |
the note |
|
volume |
the volume of the sin wave |
|
samplerate |
the samplerate |
|
offset |
start frame |
|
n_frames |
generate n frames |
|
loop_mode |
the loop mode |
|
loop_start |
loop start |
|
loop_end |
loop end |
Since: 3.4.0
void ags_sfz_synth_util_copy_float (gfloat *buffer,guint buffer_size,AgsSFZSample *sfz_sample,gdouble note,gdouble volume,guint samplerate,guint offset,guint n_frames,guint loop_mode,gint loop_start,gint loop_end);
ags_sfz_synth_util_copy_float is deprecated and should not be used in newly-written code.
Generate SFZ wave.
buffer |
the audio buffer |
|
buffer_size |
the audio buffer size |
|
sfz_sample |
the AgsSFZSample |
|
note |
the note |
|
volume |
the volume of the sin wave |
|
samplerate |
the samplerate |
|
offset |
start frame |
|
n_frames |
generate n frames |
|
loop_mode |
the loop mode |
|
loop_start |
loop start |
|
loop_end |
loop end |
Since: 3.4.0
void ags_sfz_synth_util_copy_double (gdouble *buffer,guint buffer_size,AgsSFZSample *sfz_sample,gdouble note,gdouble volume,guint samplerate,guint offset,guint n_frames,guint loop_mode,gint loop_start,gint loop_end);
ags_sfz_synth_util_copy_double is deprecated and should not be used in newly-written code.
Generate SFZ wave.
buffer |
the audio buffer |
|
buffer_size |
the audio buffer size |
|
sfz_sample |
the AgsSFZSample |
|
note |
the note |
|
volume |
the volume of the sin wave |
|
samplerate |
the samplerate |
|
offset |
start frame |
|
n_frames |
generate n frames |
|
loop_mode |
the loop mode |
|
loop_start |
loop start |
|
loop_end |
loop end |
Since: 3.4.0
void ags_sfz_synth_util_copy_complex (AgsComplex *buffer,guint buffer_size,AgsSFZSample *sfz_sample,gdouble note,gdouble volume,guint samplerate,guint offset,guint n_frames,guint loop_mode,gint loop_start,gint loop_end);
ags_sfz_synth_util_copy_complex is deprecated and should not be used in newly-written code.
Generate SFZ wave.
buffer |
the audio buffer |
|
buffer_size |
the audio buffer size |
|
sfz_sample |
the AgsSFZSample |
|
note |
the note |
|
volume |
the volume of the sin wave |
|
samplerate |
the samplerate |
|
offset |
start frame |
|
n_frames |
generate n frames |
|
loop_mode |
the loop mode |
|
loop_start |
loop start |
|
loop_end |
loop end |
Since: 3.4.0
void ags_sfz_synth_util_copy (void *buffer,guint buffer_size,AgsSFZSample *sfz_sample,gdouble note,gdouble volume,guint samplerate,guint audio_buffer_util_format,guint offset,guint n_frames,guint loop_mode,gint loop_start,gint loop_end);
ags_sfz_synth_util_copy is deprecated and should not be used in newly-written code.
Generate Soundfont2 wave.
buffer |
the audio buffer |
|
buffer_size |
the buffer size |
|
sfz_sample |
the AgsSFZSample |
|
note |
the note |
|
volume |
the volume of the sin wave |
|
samplerate |
the samplerate |
|
audio_buffer_util_format |
the audio data format |
|
offset |
start frame |
|
n_frames |
generate n frames |
|
loop_mode |
the loop mode |
|
loop_start |
the loop start |
|
loop_end |
the loop end |
Since: 3.4.0
struct AgsSFZSynthUtil {
AgsSFZSample *sfz_sample;
gpointer source;
guint source_stride;
gpointer sample_buffer;
gpointer im_buffer;
guint buffer_length;
guint format;
guint samplerate;
gdouble note;
gdouble volume;
guint frame_count;
guint offset;
guint loop_mode;
guint loop_start;
guint loop_end;
AgsGenericPitchUtil *generic_pitch_util;
};