AutomationBatch class

Automation batch.

Inheritance

Constructors

AutomationBatch(Context context)
Create an instance.
AutomationBatch.fromHandle(Synthizer synthizer, int pointer)
Create an instance from a handle.

Properties

currentTime SynthizerDoubleProperty
The current Synthizer time.
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
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

Methods

appendDouble(Pointer<syz_Handle> targetHandle, double time, Properties property, double value, {InterpolationTypes interpolationType = InterpolationTypes.linear}) → void
Append a double value.
appendDouble3(Pointer<syz_Handle> targetHandle, double time, Properties property, Double3 value, {InterpolationTypes interpolationType = InterpolationTypes.linear}) → void
Append a double3 value.
appendDouble6(Pointer<syz_Handle> targetHandle, double time, Properties property, Double6 value, {InterpolationTypes interpolationType = InterpolationTypes.linear}) → void
Append a double6 value.
clearAllProperties(Pointer<syz_Handle> targetHandle, double time) → void
Clear all properties.
clearEvents(Pointer<syz_Handle> targetHandle, double time) → void
Clear all events.
clearProperty(Pointer<syz_Handle> targetHandle, double time, Properties property) → void
Clear a property.
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
execute() → void
Execute this batch.
increaseReferenceCount() → void
Increase the reference count.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendUserEvent(Pointer<syz_Handle> targetHandle, double time, int event) → void
Send a user event.
toString() String
A string representation of this object.
inherited

Operators

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