cancelAndHoldAtTime abstract method

AudioParam cancelAndHoldAtTime(
  1. TauTime cancelTime
)

The cancelAndHoldAtTime() method of the AudioParam cancels all scheduled future changes to the AudioParam but holds its value at a given time until further changes are made using other methods.

Implementation

AudioParam cancelAndHoldAtTime(TauTime cancelTime);