GlobalFdnReverb class

FDN reverb.

Synthizer docs

Inheritance

Constructors

GlobalFdnReverb(Context context)
Create a reverb.
GlobalFdnReverb.fromHandle(Context synthizer, int pointer)
Create an instance from a handle value.

Properties

context Context
The synthizer context to bind this object to.
finalinherited
currentTime SynthizerDoubleProperty
The current Synthizer time.
no setterinherited
filterInput SynthizerBiquadConfigProperty
The filter input.
no setterinherited
gain SynthizerAutomatableDoubleProperty
The gain for this object.
no setterinherited
handle Pointer<syz_Handle>
The handle for this object.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
isValid bool
Returns true if this object is still valid.
no setterinherited
lateReflectionsDelay SynthizerAutomatableDoubleProperty
The late reflections delay.
no setter
lateReflectionsDiffusion SynthizerAutomatableDoubleProperty
The late reflections diffusion.
no setter
lateReflectionsHfReference SynthizerAutomatableDoubleProperty
The late reflections HF reference.
no setter
lateReflectionsHfRolloff SynthizerAutomatableDoubleProperty
The late reflections HF rolloff.
no setter
lateReflectionsLfReference SynthizerAutomatableDoubleProperty
The late reflections LF reference.
no setter
lateReflectionsLfRolloff SynthizerAutomatableDoubleProperty
The late reflections LF rolloff.
no setter
lateReflectionsModulationDepth SynthizerAutomatableDoubleProperty
The late reflections modulation depth.
no setter
lateReflectionsModulationFrequency SynthizerAutomatableDoubleProperty
The late reflections modulation frequency.
no setter
meanFreePath SynthizerAutomatableDoubleProperty
The mean free path.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
suggestedAutomationTime SynthizerDoubleProperty
The suggested automation time.
no setterinherited
synthizer Synthizer
The synthizer instance.
finalinherited
t60 SynthizerAutomatableDoubleProperty
The t60.
no setter

Methods

configDeleteBehavior({bool? linger, double? timeout}) → void
Configure delete behaviour for this object.
inherited
decreaseReferenceCount() → void
Decrease the reference count.
inherited
destroy() → void
Destroy this object.
inherited
increaseReferenceCount() → void
Increase the reference count.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() → void
Reset this effect.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
Used to compare two objects.
inherited