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.
no setter
handle Pointer<syz_Handle>
The handle for this object.
final
hashCode int
The hash code for this object.
no setteroverride
isValid bool
Returns true if this object is still valid.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
suggestedAutomationTime SynthizerDoubleProperty
The suggested automation time.
no setter
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