OscillatorNode_detune method

int OscillatorNode_detune(
  1. int nodeId
)
inherited

Implementation

int OscillatorNode_detune(
  int nodeId,
) {
  return _OscillatorNode_detune(
    nodeId,
  );
}