Top |
AgsChannel * | destination | Read / Write |
AgsRecallAudio * | recall-audio | Read / Write |
AgsRecallAudioRun * | recall-audio-run | Read / Write |
AgsRecallChannel * | recall-channel | Read / Write |
AgsChannel * | source | Read / Write |
GObject ╰── AgsRecall ╰── AgsRecallChannelRun ├── AgsFxAnalyseChannelProcessor ├── AgsFxBufferChannelProcessor ├── AgsFxNotationChannelProcessor ├── AgsFxEnvelopeChannelProcessor ├── AgsFxEq10ChannelProcessor ├── AgsFxHighPassChannelProcessor ├── AgsFxLadspaChannelProcessor ├── AgsFxLfoChannelProcessor ├── AgsFxLowPassChannelProcessor ├── AgsFxPatternChannelProcessor ├── AgsFxPeakChannelProcessor ├── AgsFxPlaybackChannelProcessor ├── AgsFxTremoloChannelProcessor ├── AgsFxTwoPassAliaseChannelProcessor ├── AgsFxVolumeChannelProcessor ├── AgsFxWahWahChannelProcessor ╰── AgsGenericRecallChannelRun
AgsRecallChannelRun acts as dynamic channel recall. It does audio processing for channel context.
AgsRecallAudio *
ags_recall_channel_run_get_recall_audio
(AgsRecallChannelRun *recall_channel_run
);
Get recall audio.
Since: 3.1.0
void ags_recall_channel_run_set_recall_audio (AgsRecallChannelRun *recall_channel_run
,AgsRecallAudio *recall_audio
);
Set recall audio.
Since: 3.1.0
AgsRecallAudioRun *
ags_recall_channel_run_get_recall_audio_run
(AgsRecallChannelRun *recall_channel_run
);
Get recall audio.
Since: 3.1.0
void ags_recall_channel_run_set_recall_audio_run (AgsRecallChannelRun *recall_channel_run
,AgsRecallAudioRun *recall_audio_run
);
Set recall audio.
Since: 3.1.0
AgsRecallChannel *
ags_recall_channel_run_get_recall_channel
(AgsRecallChannelRun *recall_channel_run
);
Get recall audio.
Since: 3.1.0
void ags_recall_channel_run_set_recall_channel (AgsRecallChannelRun *recall_channel_run
,AgsRecallChannel *recall_channel
);
Set recall audio.
Since: 3.1.0
AgsChannel *
ags_recall_channel_run_get_destination
(AgsRecallChannelRun *recall_channel_run
);
Get destination.
Since: 3.1.0
void ags_recall_channel_run_set_destination (AgsRecallChannelRun *recall_channel_run
,AgsChannel *destination
);
Set destination.
Since: 3.1.0
AgsChannel *
ags_recall_channel_run_get_source (AgsRecallChannelRun *recall_channel_run
);
Get source.
Since: 3.1.0
void ags_recall_channel_run_set_source (AgsRecallChannelRun *recall_channel_run
,AgsChannel *source
);
Set source.
Since: 3.1.0
AgsRecallChannelRun * ags_recall_channel_run_new ();
Creates an AgsRecallChannelRun
Since: 3.0.0
“destination”
property“destination” AgsChannel *
The channel to do output to.
Owner: AgsRecallChannelRun
Flags: Read / Write
Since: 3.0.0
“recall-audio”
property“recall-audio” AgsRecallAudio *
The audio context of this recall.
Owner: AgsRecallChannelRun
Flags: Read / Write
Since: 3.0.0
“recall-audio-run”
property“recall-audio-run” AgsRecallAudioRun *
The audio run context of this recall.
Owner: AgsRecallChannelRun
Flags: Read / Write
Since: 3.0.0
“recall-channel”
property“recall-channel” AgsRecallChannel *
The channel context of this recall.
Owner: AgsRecallChannelRun
Flags: Read / Write
Since: 3.0.0
“source”
property“source” AgsChannel *
The channel to do input from.
Owner: AgsRecallChannelRun
Flags: Read / Write
Since: 3.0.0