| 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_IS_PITCH_SAMPLER() |
| #define | AGS_IS_PITCH_SAMPLER_CLASS() |
| #define | AGS_PITCH_SAMPLER() |
| #define | AGS_PITCH_SAMPLER_CLASS() |
| #define | AGS_PITCH_SAMPLER_GET_CLASS() |
| GType | ags_pitch_sampler_get_type () |
| #define | AGS_PITCH_SAMPLER_LFO_FREQ_MIN |
| #define | AGS_PITCH_SAMPLER_LFO_FREQ_MAX |
| #define | AGS_PITCH_SAMPLER_DEFAULT_LFO_FREQ |
| enum | AgsPitch_SamplerFlags |
| #define | AGS_TYPE_PITCH_SAMPLER |
| struct | AgsPitchSampler |
| struct | AgsPitchSamplerClass |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkGrid ╰── AgsMachine ╰── AgsPitchSampler
AgsPitchSampler implements GtkAccessible, GtkBuildable, GtkConstraintTarget, GtkOrientable and AgsConnectable.
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
AgsPitchSampler *
ags_pitch_sampler_new (GObject *soundcard);
Create a new instance of AgsPitchSampler
Since: 3.0.0
#define AGS_IS_PITCH_SAMPLER(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_PITCH_SAMPLER))
#define AGS_IS_PITCH_SAMPLER_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_PITCH_SAMPLER))
#define AGS_PITCH_SAMPLER(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PITCH_SAMPLER, AgsPitchSampler))
#define AGS_PITCH_SAMPLER_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_PITCH_SAMPLER, AgsPitchSamplerClass))
#define AGS_PITCH_SAMPLER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS (obj, AGS_TYPE_PITCH_SAMPLER, AgsPitchSamplerClass))