| Top |
AgsInputAgsInput — Input of AgsAudio |
| gboolean | ags_input_open_file () |
| gboolean | ags_input_apply_synth () |
| AgsInput * | ags_input_new () |
| #define | AGS_INPUT() |
| #define | AGS_INPUT_CLASS() |
| #define | AGS_INPUT_GET_CLASS() |
| #define | AGS_IS_INPUT() |
| #define | AGS_IS_INPUT_CLASS() |
| GType | ags_input_get_type () |
gboolean ags_input_open_file (AgsInput *input,gchar *filename,gchar *preset,gchar *instrument,gchar *sample,guint audio_channel);
gboolean ags_input_apply_synth (AgsInput *input,guint oscillator,gdouble frequency,gdouble phase,gdouble volume,guint n_frames);
AgsInput *
ags_input_new (GObject *audio);
Creates a AgsInput, linking tree to audio
.
Since: 0.3
#define AGS_INPUT_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_INPUT, AgsInputClass))
#define AGS_INPUT_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_INPUT, AgsInputClass))
#define AGS_IS_INPUT_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_INPUT))
“file-link” property“file-link” AgsFileLink *
The file containing audio data.
Flags: Read / Write
Since: 0.4.0
“synth-generator” property“synth-generator” AgsSynthGenerator *
An optional synth generator that might be used.
Flags: Read / Write
Since: 0.7.122.7