Top |
guint | audio-channel | Read / Write |
AgsAudioSignal * | child-destination | Read / Write |
gpointer | child-source | Write |
AgsRecycling * | destination | Read / Write |
AgsRecycling * | source | Read / Write |
GObject ╰── AgsRecall ╰── AgsRecallRecycling ├── AgsFxAnalyseRecycling ├── AgsFxBufferRecycling ├── AgsFxNotationRecycling ├── AgsFxEnvelopeRecycling ├── AgsFxEq10Recycling ├── AgsFxHighPassRecycling ├── AgsFxLadspaRecycling ├── AgsFxLfoRecycling ├── AgsFxLowPassRecycling ├── AgsFxPatternRecycling ├── AgsFxPeakRecycling ├── AgsFxPlaybackRecycling ├── AgsFxTremoloRecycling ├── AgsFxTwoPassAliaseRecycling ├── AgsFxVolumeRecycling ├── AgsFxWahWahRecycling ╰── AgsGenericRecallRecycling
AgsRecallRecycling acts as dynamic recycling recall. It usually does not do any audio processing but providing AgsRecallAudioSignal child recalls.
AgsRecallRecycling * ags_recall_recycling_new ();
Creates a new instance of AgsRecallRecycling
Since: 3.0.0
Enum values to control the behavior or indicate internal state of AgsRecallRecycling by enable/disable as flags.
“audio-channel”
property “audio-channel” guint
The assigned destination recycling.
Owner: AgsRecallRecycling
Flags: Read / Write
Allowed values: <= 65536
Default value: 0
Since: 3.0.0
“child-destination”
property“child-destination” AgsAudioSignal *
The assigned destination audio signal.
Owner: AgsRecallRecycling
Flags: Read / Write
Since: 3.0.0
“child-source”
property “child-source” gpointer
The assigned source audio signal.
[transfer full]
Owner: AgsRecallRecycling
Flags: Write
Since: 3.0.0
“destination”
property“destination” AgsRecycling *
The assigned destination recycling.
Owner: AgsRecallRecycling
Flags: Read / Write
Since: 3.0.0
“source”
property“source” AgsRecycling *
The assigned source recycling.
Owner: AgsRecallRecycling
Flags: Read / Write
Since: 3.0.0