Top | ![]() |
![]() |
![]() |
![]() |
Functions
|
ags_pitch_sampler_get_file () |
|
ags_pitch_sampler_add_file () |
|
ags_pitch_sampler_remove_file () |
|
ags_pitch_sampler_open_filename () |
|
ags_pitch_sampler_update () |
|
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() |
|
ags_pitch_sampler_get_type () |
Types and Values
#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 |
Object Hierarchy
GObject ╰──GInitiallyUnowned ╰──GtkWidget ╰──GtkGrid ╰── AgsMachine ╰── AgsPitchSampler
Implemented Interfaces
AgsPitchSampler implements
Functions
ags_pitch_sampler_get_file ()
GList * ags_pitch_sampler_get_file (AgsPitchSampler *pitch_sampler
);
Get pitch_sampler member of pitch_sampler
.
Since:
ags_pitch_sampler_add_file ()
void ags_pitch_sampler_add_file (AgsPitchSampler *pitch_sampler
,);
AgsPitchSamplerFile *pitch_sampler_file
Add pitch_sampler_file
to pitch_sampler
.
Since:
ags_pitch_sampler_remove_file ()
void ags_pitch_sampler_remove_file (AgsPitchSampler *pitch_sampler
,);
AgsPitchSamplerFile *pitch_sampler_file
Remove pitch_sampler_file
from pitch_sampler
.
Since:
ags_pitch_sampler_open_filename ()
void ags_pitch_sampler_open_filename (AgsPitchSampler *pitch_sampler
,);
gchar *filename
Open filename
.
Since:
ags_pitch_sampler_update ()
void ags_pitch_sampler_update (AgsPitchSampler *pitch_sampler
);
Update pitch_sampler
.
Since:
ags_pitch_sampler_sfz_loader_completed_timeout ()
gboolean ags_pitch_sampler_sfz_loader_completed_timeout (AgsPitchSampler *pitch_sampler
);
Queue draw widget
Since:
ags_pitch_sampler_new ()
AgsPitchSampler *
ags_pitch_sampler_new (GObject *soundcard
);
Create a new instance of AgsPitchSampler
Since:
AGS_IS_PITCH_SAMPLER()
#define AGS_IS_PITCH_SAMPLER(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_PITCH_SAMPLER))
AGS_IS_PITCH_SAMPLER_CLASS()
#define AGS_IS_PITCH_SAMPLER_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_PITCH_SAMPLER))
AGS_PITCH_SAMPLER()
#define AGS_PITCH_SAMPLER(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PITCH_SAMPLER, AgsPitchSampler))
AGS_PITCH_SAMPLER_CLASS()
#define AGS_PITCH_SAMPLER_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_PITCH_SAMPLER, AgsPitchSamplerClass))
AGS_PITCH_SAMPLER_GET_CLASS()
#define AGS_PITCH_SAMPLER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS (obj, AGS_TYPE_PITCH_SAMPLER, AgsPitchSamplerClass))