SynthizerAutomatableDoubleProperty class

A double property that can be automated.

Inheritance

Constructors

SynthizerAutomatableDoubleProperty({required Context context, required Pointer<syz_Handle> targetHandle, required Properties property})
Create an instance.

Properties

context Context
The context to use.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
property Properties
The property to get.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
synthizer Synthizer
The synthizer instance to work with.
finalinherited
targetHandle Pointer<syz_Handle>
The target of this property.
finalinherited
value double
Get the value of this property.
getter/setter pairoverride

Methods

automate({required double startTime, required double startValue, required double endTime, required double endValue}) → void
Automate this property.
override
clear({double? time}) → void
Clear this property.
inherited
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
The equality operator.
inherited