| Top |
| #define | AGS_SFZ() |
| gdouble | ags_sfz_get_note () |
| void | ags_sfz_set_note () |
| gdouble | ags_sfz_get_volume () |
| void | ags_sfz_set_volume () |
| guint | ags_sfz_get_samplerate () |
| void | ags_sfz_set_samplerate () |
| guint | ags_sfz_get_offset () |
| void | ags_sfz_set_offset () |
| guint | ags_sfz_get_n_frames () |
| void | ags_sfz_set_n_frames () |
| guint | ags_sfz_get_loop_mode () |
| void | ags_sfz_set_loop_mode () |
| guint | ags_sfz_get_loop_start () |
| void | ags_sfz_set_loop_start () |
| guint | ags_sfz_get_loop_end () |
| void | ags_sfz_set_loop_end () |
| gpointer | ags_sfz_get_generic_pitch () |
| void | ags_sfz_set_generic_pitch () |
| gpointer | ags_sfz_get_user_data () |
| void | ags_sfz_set_user_data () |
| void | ags_sfz_util_copy_s8 () |
| void | ags_sfz_util_copy_s16 () |
| void | ags_sfz_util_copy_s24 () |
| void | ags_sfz_util_copy_s32 () |
| void | ags_sfz_util_copy_s64 () |
| void | ags_sfz_util_copy_float () |
| void | ags_sfz_util_copy_double () |
| void | ags_sfz_util_copy_complex () |
| void | ags_sfz_util_copy () |
void ags_sfz_set_volume (AgsSFZ *sfz,gdouble volume);
Set volume.
Since: 3.9.1
void ags_sfz_set_samplerate (AgsSFZ *sfz,guint samplerate);
Set samplerate.
Since: 3.9.1
void ags_sfz_set_n_frames (AgsSFZ *sfz,guint n_frames);
Set n-frames.
Since: 3.9.1
void ags_sfz_set_loop_mode (AgsSFZ *sfz,guint loop_mode);
Set loop mode.
Since: 3.9.1
void ags_sfz_set_loop_start (AgsSFZ *sfz,guint loop_start);
Set loop start.
Since: 3.9.1
void ags_sfz_set_loop_end (AgsSFZ *sfz,guint loop_end);
Set loop end.
Since: 3.9.1
gpointer
ags_sfz_get_generic_pitch (AgsSFZ *sfz);
Get generic pitch.
Since: 3.9.1
void ags_sfz_set_generic_pitch (AgsSFZ *sfz,gpointer generic_pitch);
Set generic pitch.
Since: 3.9.1
void ags_sfz_set_user_data (AgsSFZ *sfz,gpointer user_data);
Set user data.
Since: 3.9.1
void ags_sfz_util_copy_s8 (AgsSFZ *sfz,gint8 *buffer,guint buffer_size,AgsSFZSample *sfz_sample);
Generate Soundfont2 wave.
sfz |
the AgsSFZ |
|
buffer |
the audio buffer |
|
buffer_size |
the audio buffer length |
|
sfz_sample |
the AgsSFZSample |
Since: 3.9.0
void ags_sfz_util_copy_s16 (AgsSFZ *sfz,gint16 *buffer,guint buffer_size,AgsSFZSample *sfz_sample);
Generate Soundfont2 wave.
sfz |
the AgsSFZ |
|
buffer |
the audio buffer |
|
buffer_size |
the audio buffer length |
|
sfz_sample |
the AgsSFZSample |
Since: 3.9.0
void ags_sfz_util_copy_s24 (AgsSFZ *sfz,gint32 *buffer,guint buffer_size,AgsSFZSample *sfz_sample);
Generate Soundfont2 wave.
sfz |
the AgsSFZ |
|
buffer |
the audio buffer |
|
buffer_size |
the audio buffer length |
|
sfz_sample |
the AgsSFZSample |
Since: 3.9.0
void ags_sfz_util_copy_s32 (AgsSFZ *sfz,gint32 *buffer,guint buffer_size,AgsSFZSample *sfz_sample);
Generate Soundfont2 wave.
sfz |
the AgsSFZ |
|
buffer |
the audio buffer |
|
buffer_size |
the audio buffer length |
|
sfz_sample |
the AgsSFZSample |
Since: 3.9.0
void ags_sfz_util_copy_s64 (AgsSFZ *sfz,gint64 *buffer,guint buffer_size,AgsSFZSample *sfz_sample);
Generate Soundfont2 wave.
sfz |
the AgsSFZ |
|
buffer |
the audio buffer |
|
buffer_size |
the audio buffer length |
|
sfz_sample |
the AgsSFZSample |
Since: 3.9.0
void ags_sfz_util_copy_float (AgsSFZ *sfz,gfloat *buffer,guint buffer_size,AgsSFZSample *sfz_sample);
Generate Soundfont2 wave.
sfz |
the AgsSFZ |
|
buffer |
the audio buffer |
|
buffer_size |
the audio buffer length |
|
sfz_sample |
the AgsSFZSample |
Since: 3.9.0
void ags_sfz_util_copy_double (AgsSFZ *sfz,gdouble *buffer,guint buffer_size,AgsSFZSample *sfz_sample);
Generate Soundfont2 wave.
sfz |
the AgsSFZ |
|
buffer |
the audio buffer |
|
buffer_size |
the audio buffer length |
|
sfz_sample |
the AgsSFZSample |
Since: 3.9.0
void ags_sfz_util_copy_complex (AgsSFZ *sfz,AgsComplex *buffer,guint buffer_size,AgsSFZSample *sfz_sample);
Generate Soundfont2 wave.
sfz |
the AgsSFZ |
|
buffer |
the audio buffer |
|
buffer_size |
the audio buffer length |
|
sfz_sample |
the AgsSFZSample |
Since: 3.9.0
void ags_sfz_util_copy (AgsSFZ *sfz,void *buffer,guint buffer_size,AgsSFZSample *sfz_sample,guint audio_buffer_util_format);
Generate Soundfont2 wave.
sfz |
the AgsSFZ |
|
buffer |
the audio buffer |
|
buffer_size |
the audio buffer length |
|
sfz_sample |
the AgsSFZSample |
|
audio_buffer_util_format |
the audio data format |
Since: 3.9.0