PropsAudioParam extension

on

Properties

automationRate AutomationRate

Available on AudioParam, provided by the PropsAudioParam extension

getter/setter pair
defaultValue double

Available on AudioParam, provided by the PropsAudioParam extension

no setter
maxValue double

Available on AudioParam, provided by the PropsAudioParam extension

no setter
minValue double

Available on AudioParam, provided by the PropsAudioParam extension

no setter
value double

Available on AudioParam, provided by the PropsAudioParam extension

getter/setter pair

Methods

cancelAndHoldAtTime(double cancelTime) AudioParam

Available on AudioParam, provided by the PropsAudioParam extension

cancelScheduledValues(double cancelTime) AudioParam

Available on AudioParam, provided by the PropsAudioParam extension

exponentialRampToValueAtTime(double value, double endTime) AudioParam

Available on AudioParam, provided by the PropsAudioParam extension

linearRampToValueAtTime(double value, double endTime) AudioParam

Available on AudioParam, provided by the PropsAudioParam extension

setTargetAtTime(double target, double startTime, double timeConstant) AudioParam

Available on AudioParam, provided by the PropsAudioParam extension

setValueAtTime(double value, double startTime) AudioParam

Available on AudioParam, provided by the PropsAudioParam extension

setValueCurveAtTime(Iterable<double> values, double startTime, double duration) AudioParam

Available on AudioParam, provided by the PropsAudioParam extension