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