SynthizerObject class
The base class for all synthizer objects.
- Implementers
Constructors
- SynthizerObject(Synthizer synthizer, {int? pointer})
- Create an instance.
Properties
- currentTime → SynthizerDoubleProperty
-
The current Synthizer time.
read-only
-
handle
→ Pointer<
syz_Handle> -
The handle for this object.
final
- hashCode → int
-
The hash code for this object.
read-onlyoverride
- isValid → bool
-
Returns
true
if this object is still valid.read-only - runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- suggestedAutomationTime → SynthizerDoubleProperty
-
The suggested automation time.
read-only
- synthizer → Synthizer
-
The synthizer instance.
final
Methods
-
configDeleteBehavior(
{bool? linger, double? timeout}) → void - Configure delete behaviour for this object.
-
decreaseReferenceCount(
) → void - Decrease the reference count.
-
destroy(
) → void - Destroy this object.
-
increaseReferenceCount(
) → void - Increase the reference count.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
Used to compare two objects.
override