Top |
AgsChannel * | destination | Read / Write |
AgsRecallAudio * | recall-audio | Read / Write |
AgsChannel * | source | Read / Write |
GObject ╰── AgsRecall ╰── AgsRecallChannel ├── AgsFxAnalyseChannel ├── AgsFxBufferChannel ├── AgsFxNotationChannel ├── AgsFxEnvelopeChannel ├── AgsFxEq10Channel ├── AgsFxHighPassChannel ├── AgsFxLadspaChannel ├── AgsFxLfoChannel ├── AgsFxLowPassChannel ├── AgsFxPatternChannel ├── AgsFxPeakChannel ├── AgsFxPlaybackChannel ├── AgsFxTremoloChannel ├── AgsFxTwoPassAliaseChannel ├── AgsFxVolumeChannel ╰── AgsFxWahWahChannel
AgsChannel *
ags_recall_channel_get_destination (AgsRecallChannel *recall_channel
);
Get destination.
Since: 3.1.0
void ags_recall_channel_set_destination (AgsRecallChannel *recall_channel
,AgsChannel *destination
);
Set destination.
Since: 3.1.0
AgsChannel *
ags_recall_channel_get_source (AgsRecallChannel *recall_channel
);
Get source.
Since: 3.1.0
void ags_recall_channel_set_source (AgsRecallChannel *recall_channel
,AgsChannel *source
);
Set source.
Since: 3.1.0
GList * ags_recall_channel_find_channel (GList *recall_channel
,AgsChannel *source
);
Retrieve next recall assigned to channel.
recall_channel |
the GList containing AgsRecallChannel. |
[element-type AgsAudio.RecallChannel][transfer none] |
source |
the AgsChannel to find |
Since: 3.0.0
AgsRecallChannel * ags_recall_channel_new ();
Creates an AgsRecallChannel.
Since: 3.0.0
“destination”
property“destination” AgsChannel *
The assigned destination channel.
Owner: AgsRecallChannel
Flags: Read / Write
Since: 3.0.0
“recall-audio”
property“recall-audio” AgsRecallAudio *
The associated recall within audio context.
Owner: AgsRecallChannel
Flags: Read / Write
Since: 3.0.0
“source”
property“source” AgsChannel *
The assigned source channel.
Owner: AgsRecallChannel
Flags: Read / Write
Since: 3.0.0