| Top |
| void | ags_pitch_sampler_add_file () |
| void | ags_pitch_sampler_remove_file () |
| void | ags_pitch_sampler_open_filename () |
| void | ags_pitch_sampler_update () |
| gboolean | ags_pitch_sampler_sfz_loader_completed_timeout () |
| AgsPitchSampler * | ags_pitch_sampler_new () |
| #define | AGS_PITCH_SAMPLER_LFO_FREQ_MIN |
| #define | AGS_PITCH_SAMPLER_LFO_FREQ_MAX |
| #define | AGS_PITCH_SAMPLER_DEFAULT_LFO_FREQ |
| enum | AgsPitch_SamplerFlags |
GObject
╰── GInitiallyUnowned
╰── GtkWidget
╰── GtkContainer
╰── GtkBin
╰── AgsMachine
╰── AgsPitchSampler
void ags_pitch_sampler_add_file (AgsPitchSampler *pitch_sampler,AgsPitchSamplerFile *file);
Add file
to pitch_sampler
.
Since: 3.0.0
void ags_pitch_sampler_remove_file (AgsPitchSampler *pitch_sampler,guint nth);
Remove nth file.
Since: 3.0.0
void ags_pitch_sampler_open_filename (AgsPitchSampler *pitch_sampler,gchar *filename);
Open filename
.
Since: 3.0.0
void
ags_pitch_sampler_update (AgsPitchSampler *pitch_sampler);
Update pitch_sampler
.
Since: 3.0.0
gboolean
ags_pitch_sampler_sfz_loader_completed_timeout
(AgsPitchSampler *pitch_sampler);
Queue draw widget
Since: 3.0.0
AgsPitchSampler *
ags_pitch_sampler_new (GObject *soundcard);
Create a new instance of AgsPitchSampler
Since: 3.0.0