| Top |
| void | ags_delay_audio_run_notation_alloc_output () |
| void | ags_delay_audio_run_notation_alloc_input () |
| void | ags_delay_audio_run_notation_count () |
| void | ags_delay_audio_run_sequencer_alloc_output () |
| void | ags_delay_audio_run_sequencer_alloc_input () |
| void | ags_delay_audio_run_sequencer_count () |
| AgsDelayAudioRun * | ags_delay_audio_run_new () |
| #define | AGS_DELAY_AUDIO_RUN() |
| #define | AGS_DELAY_AUDIO_RUN_CLASS() |
| #define | AGS_DELAY_AUDIO_RUN_GET_CLASS() |
| #define | AGS_IS_DELAY_AUDIO_RUN() |
| GType | ags_delay_audio_run_get_type () |
| void | notation-alloc-input | Run Last |
| void | notation-alloc-output | Run Last |
| void | notation-count | Run Last |
| void | sequencer-alloc-input | Run Last |
| void | sequencer-alloc-output | Run Last |
| void | sequencer-count | Run Last |
| #define | AGS_TYPE_DELAY_AUDIO_RUN |
| struct | AgsDelayAudioRun |
| struct | AgsDelayAudioRunClass |
AgsDelayAudioRun implements AgsConnectable, AgsPackable, AgsDynamicConnectable and AgsPlugin.
void ags_delay_audio_run_notation_alloc_output (AgsDelayAudioRun *delay_audio_run,guint run_order,gdouble delay,guint attack);
Emitted as notation allocs output.
delay_audio_run |
the AgsDelayAudioRun |
|
run_order |
the nth run |
|
delay |
the delay |
|
attack |
the attack |
Since: 1.0.0
void ags_delay_audio_run_notation_alloc_input (AgsDelayAudioRun *delay_audio_run,guint run_order,gdouble delay,guint attack);
Emitted as notation allocs output.
delay_audio_run |
the AgsDelayAudioRun |
|
run_order |
the nth run |
|
delay |
the delay |
|
attack |
the attack |
Since: 1.0.0
void ags_delay_audio_run_notation_count (AgsDelayAudioRun *delay_audio_run,guint run_order,gdouble delay,guint attack);
Emitted as notation counts.
delay_audio_run |
the AgsDelayAudioRun |
|
run_order |
the nth run |
|
delay |
the delay |
|
attack |
the attack |
Since: 1.0.0
void ags_delay_audio_run_sequencer_alloc_output (AgsDelayAudioRun *delay_audio_run,guint run_order,gdouble delay,guint attack);
Emitted as sequencer allocs output.
delay_audio_run |
the AgsDelayAudioRun |
|
run_order |
the nth run |
|
delay |
the delay |
|
attack |
the attack |
Since: 1.0.0
void ags_delay_audio_run_sequencer_alloc_input (AgsDelayAudioRun *delay_audio_run,guint run_order,gdouble delay,guint attack);
Emitted as sequencer allocs output.
delay_audio_run |
the AgsDelayAudioRun |
|
run_order |
the nth run |
|
delay |
the delay |
|
attack |
the attack |
Since: 1.0.0
void ags_delay_audio_run_sequencer_count (AgsDelayAudioRun *delay_audio_run,guint run_order,gdouble delay,guint attack);
Emitted as sequencer counts.
delay_audio_run |
the AgsDelayAudioRun |
|
run_order |
the nth run |
|
delay |
the delay |
|
attack |
the attack |
Since: 1.0.0
AgsDelayAudioRun * ags_delay_audio_run_new ();
Creates an AgsDelayAudioRun
Since: 1.0.0
#define AGS_DELAY_AUDIO_RUN(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_DELAY_AUDIO_RUN, AgsDelayAudioRun))
#define AGS_DELAY_AUDIO_RUN_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_DELAY_AUDIO_RUN, AgsDelayAudioRun))
#define AGS_DELAY_AUDIO_RUN_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_DELAY_AUDIO_RUN, AgsDelayAudioRunClass))
#define AGS_IS_DELAY_AUDIO_RUN(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_DELAY_AUDIO_RUN))
struct AgsDelayAudioRunClass {
AgsRecallAudioRunClass recall_audio_run;
void (*notation_alloc_output)(AgsDelayAudioRun *delay_audio_run, guint run_order,
gdouble delay, guint attack);
void (*notation_alloc_input)(AgsDelayAudioRun *delay_audio_run, guint run_order,
gdouble delay, guint attack);
void (*notation_count)(AgsDelayAudioRun *delay_audio_run, guint run_order,
gdouble delay, guint attack);
void (*sequencer_alloc_output)(AgsDelayAudioRun *delay_audio_run, guint run_order,
gdouble delay, guint attack);
void (*sequencer_alloc_input)(AgsDelayAudioRun *delay_audio_run, guint run_order,
gdouble delay, guint attack);
void (*sequencer_count)(AgsDelayAudioRun *delay_audio_run, guint run_order,
gdouble delay, guint attack);
};
“notation-alloc-input” signalvoid user_function (AgsDelayAudioRun *delay_audio_run, guint run_order, gdouble delay, guint attack, gpointer user_data)
The ::notation-alloc-input signal is emited while allocating notation input.
delay_audio_run |
the AgsDelayAudioRun |
|
run_order |
the nth run |
|
delay |
the delay |
|
attack |
the attack |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last
“notation-alloc-output” signalvoid user_function (AgsDelayAudioRun *delay_audio_run, guint run_order, gdouble delay, guint attack, gpointer user_data)
The ::notation-alloc-output signal is emited while allocating notation output.
delay_audio_run |
the AgsDelayAudioRun |
|
run_order |
the nth run |
|
delay |
the delay |
|
attack |
the attack |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last
“notation-count” signalvoid user_function (AgsDelayAudioRun *delay_audio_run, guint run_order, gdouble delay, guint attack, gpointer user_data)
The ::notation-count signal is emited while counting notation.
delay_audio_run |
the AgsDelayAudioRun |
|
run_order |
the nth run |
|
delay |
the delay |
|
attack |
the attack |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last
“sequencer-alloc-input” signalvoid user_function (AgsDelayAudioRun *delay_audio_run, guint run_order, gdouble delay, guint attack, gpointer user_data)
The ::sequencer-alloc-input signal is emited while allocating sequencer input.
delay_audio_run |
the AgsDelayAudioRun |
|
run_order |
the nth run |
|
delay |
the delay |
|
attack |
the attack |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last
“sequencer-alloc-output” signalvoid user_function (AgsDelayAudioRun *delay_audio_run, guint run_order, gdouble delay, guint attack, gpointer user_data)
The ::sequencer-alloc-output signal is emited while allocating sequencer output.
delay_audio_run |
the AgsDelayAudioRun |
|
run_order |
the nth run |
|
delay |
the delay |
|
attack |
the attack |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last
“sequencer-count” signalvoid user_function (AgsDelayAudioRun *delay_audio_run, guint run_order, gdouble delay, guint attack, gpointer user_data)
The ::sequencer-count signal is emited while counting sequencer.
delay_audio_run |
the AgsDelayAudioRun |
|
run_order |
the nth run |
|
delay |
the delay |
|
attack |
the attack |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last