setModulationDepth method

void setModulationDepth(
  1. double depth
)

Implementation

void setModulationDepth(double depth) {
  modulationDepth.value = depth;
  _sineEngine.modulator.depth = depth;
}