Voice class

Constructors

Voice(Synthesizer synthesizer)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
synthesizer Synthesizer
final

Methods

block() List<double>
channel() int
currentChorusSend() double
currentMixGainLeft() double
currentMixGainRight() double
currentReverbSend() double
end() → void
exclusiveClass() int
key() int
kill() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
previousChorusSend() double
previousMixGainLeft() double
previousMixGainRight() double
previousReverbSend() double
priority() double
process() bool
start(RegionPair region, int channel, int key, int velocity) → void
toString() String
A string representation of this object.
inherited
velocity() int

Operators

operator ==(Object other) bool
The equality operator.
inherited