Top |
GList * | ags_pitch_sampler_get_file () |
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 |
GList *
ags_pitch_sampler_get_file (AgsPitchSampler *pitch_sampler
);
Get pitch_sampler member of pitch_sampler
.
Since: 4.0.0
void ags_pitch_sampler_add_file (AgsPitchSampler *pitch_sampler
,AgsPitchSamplerFile *pitch_sampler_file
);
Add pitch_sampler_file
to pitch_sampler
.
Since: 3.0.0
void ags_pitch_sampler_remove_file (AgsPitchSampler *pitch_sampler
,AgsPitchSamplerFile *pitch_sampler_file
);
Remove pitch_sampler_file
from pitch_sampler
.
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