setType method

dynamic setType(
  1. OscillatorType type
)

Implementation

setType(OscillatorType type) {
  LabSound().OscillatorNode_setType(nodeId, type.index);
}