Top |
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 |
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: 0.4
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: 0.4
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: 0.4
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: 0.4
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: 0.4
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: 0.4
AgsDelayAudioRun * ags_delay_audio_run_new ();
Creates an AgsDelayAudioRun
Since: 0.4
“notation-alloc-input”
signalvoid user_function (AgsDelayAudioRun *delay_audio_run, guint run_order, gdouble delay, guint attack, gpointer user_data)
Flags: Run Last
“notation-alloc-output”
signalvoid user_function (AgsDelayAudioRun *delay_audio_run, guint run_order, gdouble delay, guint attack, gpointer user_data)
Flags: Run Last
“notation-count”
signalvoid user_function (AgsDelayAudioRun *delay_audio_run, guint run_order, gdouble delay, guint attack, gpointer user_data)
Flags: Run Last
“sequencer-alloc-input”
signalvoid user_function (AgsDelayAudioRun *delay_audio_run, guint run_order, gdouble delay, guint attack, gpointer user_data)
Flags: Run Last
“sequencer-alloc-output”
signalvoid user_function (AgsDelayAudioRun *delay_audio_run, guint run_order, gdouble delay, guint attack, gpointer user_data)
Flags: Run Last