AngularPannedSource class

A source with azimuth and elevation panning done by hand.

Inheritance

Constructors

AngularPannedSource(Context context, {PannerStrategy pannerStrategy = PannerStrategy.delegate, double initialAzimuth = 0.0, double initialElevation = 0.0})
Create an instance.

Properties

azimuth SynthizerAutomatableDoubleProperty
The azimuth for this source.
no setter
context Context
The synthizer context to bind this object to.
finalinherited
currentTime SynthizerDoubleProperty
The current Synthizer time.
no setterinherited
elevation SynthizerAutomatableDoubleProperty
The elevation for this source.
no setter
filter SynthizerBiquadConfigProperty
Filter property.
no setterinherited
filterDirect SynthizerBiquadConfigProperty
The filter direct property.
no setterinherited
filterEffects SynthizerBiquadConfigProperty
The filter effects property.
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
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

addGenerator(Generator generator) → void
Add a generator to this source.
inherited
addGenerators(Iterable<Generator> generators) → void
Add an iterator of generators to this source.
inherited
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
pause() → void
Pause this object.
inherited
play() → void
Play this object.
inherited
removeAllRoutes({double fadeout = 0.1}) → void
Remove all routes from this source.
inherited
removeGenerator(Generator generator) → void
Remove a generator from this source.
inherited
removeGenerators(Iterable<Generator> generators) → void
Remove every generator in generators from this source.
inherited
toString() String
A string representation of this object.
inherited

Operators

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